From 0e3341cac9f914205091860082d6304388d3a13a Mon Sep 17 00:00:00 2001 From: ginifizz Date: Tue, 30 Jun 2026 17:24:34 +0200 Subject: [PATCH] feat: remove tags from schedule --- .../[locale]/con/[edition]/schedule/components/SlotItem.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pwa/app/(con)/[locale]/con/[edition]/schedule/components/SlotItem.tsx b/pwa/app/(con)/[locale]/con/[edition]/schedule/components/SlotItem.tsx index 48d65420..bbfb5267 100644 --- a/pwa/app/(con)/[locale]/con/[edition]/schedule/components/SlotItem.tsx +++ b/pwa/app/(con)/[locale]/con/[edition]/schedule/components/SlotItem.tsx @@ -29,11 +29,6 @@ export default function SlotItem({ conference, id }: SlotItemProps) { > {speakers.length ? : null}
-
- {tag - ? tag.split(",").map((t) => ) - : null} -