From ef1f20048174f5db3a5bd934adc3a06993e01a9b Mon Sep 17 00:00:00 2001 From: arc-alex Date: Sat, 25 Jan 2025 17:30:57 +0100 Subject: [PATCH] fixup! use in UI --- .../features/rundown/event-block/composite/EventBlockChip.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/features/rundown/event-block/composite/EventBlockChip.tsx b/apps/client/src/features/rundown/event-block/composite/EventBlockChip.tsx index d6a24d444c..dd258f57ba 100644 --- a/apps/client/src/features/rundown/event-block/composite/EventBlockChip.tsx +++ b/apps/client/src/features/rundown/event-block/composite/EventBlockChip.tsx @@ -34,7 +34,6 @@ export default function EventBlockChip(props: EventBlockChipProps) { if (!playbackActive || isPast) { return ; - return null; //TODO: Event report will go here } if (playbackActive) {