From 411d4a3780d52ae598ef6364415872b7624d070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Thu, 24 Oct 2024 00:47:49 +0200 Subject: [PATCH] FIX: Make biome happy --- webapp/src/components/navigation/menus.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/src/components/navigation/menus.tsx b/webapp/src/components/navigation/menus.tsx index e8a2a3a..eb50849 100644 --- a/webapp/src/components/navigation/menus.tsx +++ b/webapp/src/components/navigation/menus.tsx @@ -108,7 +108,11 @@ const SheetListMenu = (properties: SheetListMenuProps) => { /> )} {hasColors && } - {tab.name} + + {tab.name} + ))}