diff --git a/src/features/MatchCard/helpers/index.tsx b/src/features/MatchCard/helpers/index.tsx index 724e3db3..bca3139d 100644 --- a/src/features/MatchCard/helpers/index.tsx +++ b/src/features/MatchCard/helpers/index.tsx @@ -12,6 +12,6 @@ export const getPrepareTimeFormat = ({ time, }: prepareTimeFormat) => ( isNeedFormatTimeChanged - ? format(date, 'hh:mm aaa') + ? format(date, 'h:mm aaa') : time )