From 344916fa89a7bc8ca385a5a1066995daba39b09e Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sat, 3 Apr 2021 12:27:58 +0300 Subject: [PATCH] event info use time tag --- app/calendar/components/EventInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calendar/components/EventInfo.tsx b/app/calendar/components/EventInfo.tsx index 7860ed71c..581cadb69 100644 --- a/app/calendar/components/EventInfo.tsx +++ b/app/calendar/components/EventInfo.tsx @@ -104,7 +104,7 @@ const TournamentInfo = ({ event, edit }: EventInfoProps) => { justifySelf="flex-end" /> {/* TODO */} - + {event.date.toLocaleString("en", { hour: "numeric", minute: "numeric",