From 81097c84976eba9ab1ab19b9cf0267eb95387556 Mon Sep 17 00:00:00 2001 From: Anders Rognstad Date: Thu, 28 Nov 2024 12:50:18 +0100 Subject: [PATCH] collapse empty tag --- src/components/NavigationBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/NavigationBar.tsx b/src/components/NavigationBar.tsx index 791f23d2..ff77508f 100644 --- a/src/components/NavigationBar.tsx +++ b/src/components/NavigationBar.tsx @@ -29,17 +29,17 @@ export const NavigationBar = (): ReactElement => { {texts.minOversikt}} - > + /> {texts.enhetensOversikt}} - > + /> {toggles.isSokEnabled && ( } label={{texts.sokSykmeldt}} - > + /> )}