Empty commit (test)

This commit is contained in:
Arthur Belleville 2025-12-05 09:28:52 +01:00
parent 20d236c48a
commit 25e3014882
No known key found for this signature in database

View file

@ -50,6 +50,7 @@ export const TabloEventsSection = ({ tablo, isAdmin }: TabloEventsSectionProps)
const formatTime = (timeStr: string) => {
if (!timeStr) return "";
return timeStr.slice(0, 5); // HH:MM
};