diff --git a/src/features/MatchPage/components/MatchDescription/index.tsx b/src/features/MatchPage/components/MatchDescription/index.tsx index 29846b33..a6142563 100644 --- a/src/features/MatchPage/components/MatchDescription/index.tsx +++ b/src/features/MatchPage/components/MatchDescription/index.tsx @@ -56,7 +56,7 @@ export const MatchDescription = ({ const localDate = format(parseDate(date), live ? 'HH:mm' : 'MMMM d, y') const changedTimeFormat = format(parseDate(date), - isChangedTimeFormat ? 'hh:mm aaa' : 'hh:mm') + isChangedTimeFormat ? 'hh:mm aaa' : 'HH:mm') return (