fix(minor bug fix): changed colons to point (#158)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen 5 years ago committed by GitHub
parent c8ca91dd70
commit b51d57a2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/Matches/helpers.tsx

@ -22,7 +22,7 @@ const prepareMatch = ({
team1,
team2,
}) => ({
date: format(new Date(date), 'dd:MM:yy'),
date: format(new Date(date), 'dd.MM.yy'),
id,
preview: '/images/preview.png',
sportName: getSportLexic(sport),

Loading…
Cancel
Save