From 25e301488215059d1538d1bf8f0e4018849c9d6f Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Fri, 5 Dec 2025 09:28:52 +0100 Subject: [PATCH] Empty commit (test) --- apps/main/src/components/TabloEventsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/main/src/components/TabloEventsSection.tsx b/apps/main/src/components/TabloEventsSection.tsx index 6ba1cb6..9ac5323 100644 --- a/apps/main/src/components/TabloEventsSection.tsx +++ b/apps/main/src/components/TabloEventsSection.tsx @@ -50,6 +50,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps) const formatTime = (timeStr: string) => { if (!timeStr) return ""; + return timeStr.slice(0, 5); // HH:MM };