From 28a2ddf37c33290a90f1688ec6d11016d92aee49 Mon Sep 17 00:00:00 2001 From: nael Date: Mon, 9 Sep 2024 23:48:58 +0200 Subject: [PATCH] :bug: Fix build --- apps/webapp/src/components/Events/EventsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/src/components/Events/EventsTable.tsx b/apps/webapp/src/components/Events/EventsTable.tsx index 680d91197..288e00d23 100644 --- a/apps/webapp/src/components/Events/EventsTable.tsx +++ b/apps/webapp/src/components/Events/EventsTable.tsx @@ -44,7 +44,7 @@ export default function EventsTable() { return ( <> {transformedEvents && ( - + )} );