feat(ott-2621): changed time format

keep-around/a98d73e67a0932159d036f724ba375bb45984b49
PolyakovaM 3 years ago
parent 5a178e8905
commit a98d73e67a
  1. 2
      src/features/MatchCard/helpers/index.tsx

@ -12,6 +12,6 @@ export const getPrepareTimeFormat = ({
time, time,
}: prepareTimeFormat) => ( }: prepareTimeFormat) => (
isNeedFormatTimeChanged isNeedFormatTimeChanged
? format(date, 'hh:mm aaa') ? format(date, 'h:mm aaa')
: time : time
) )

Loading…
Cancel
Save