diff --git a/src/features/MatchPage/components/MatchDescription/index.tsx b/src/features/MatchPage/components/MatchDescription/index.tsx index a248c7c0..f9f074e6 100644 --- a/src/features/MatchPage/components/MatchDescription/index.tsx +++ b/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')