fix(#2639): bug fixing for match page mobile

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Rakov Roman 3 years ago committed by Andrei Dekterev
parent 870ce8d7a6
commit 56ee371d6c
  1. 2
      src/features/MatchPage/components/MatchDescription/index.tsx

@ -62,7 +62,7 @@ export const MatchDescription = () => {
} = profile
const isChangedTimeFormat = includes(['US', 'CA'], user?.profile.country_code)
const localDate = format(parseDate(date), 'MMMM d, y')
const localDate = format(parseDate(date), 'MMM d, y')
const changedTimeFormat = format(parseDate(date),
isChangedTimeFormat ? 'h:mm a' : 'HH:mm')

Loading…
Cancel
Save