From 349d712d8dbc1f0d74597f8a39f42c205900bd96 Mon Sep 17 00:00:00 2001 From: PaulV Date: Thu, 22 Jul 2021 19:05:28 +0200 Subject: [PATCH 1/2] bug: import and export now don't wrap unnecessarily anymore --- client/src/Components/Menu/Menu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/Components/Menu/Menu.tsx b/client/src/Components/Menu/Menu.tsx index 6706960d5..928050262 100644 --- a/client/src/Components/Menu/Menu.tsx +++ b/client/src/Components/Menu/Menu.tsx @@ -32,7 +32,7 @@ export default function Menu(props: MenuProps): JSX.Element { }; return ( - + { pathname.map((x, i) => ( @@ -44,7 +44,7 @@ export default function Menu(props: MenuProps): JSX.Element { ))} -