From d835be6208ffabed3b5d85c661969bb104aa8734 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 13 Aug 2022 15:27:35 +0300 Subject: [PATCH] Year on tournament page --- app/routes/calendar/$id/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/calendar/$id/index.tsx b/app/routes/calendar/$id/index.tsx index ac1447e21..bf2b9c68f 100644 --- a/app/routes/calendar/$id/index.tsx +++ b/app/routes/calendar/$id/index.tsx @@ -101,6 +101,7 @@ export default function CalendarEventPage() { day: "numeric", month: "long", weekday: "long", + year: "numeric", } ) : null}