From f7a3ab53c52e0a8bb3e67a5b4eabf4196989f9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 14 Dec 2020 16:24:56 +0100 Subject: [PATCH] Updated: App.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- src/components/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 92cfeaf..69c53e0 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -33,12 +33,12 @@ export const App = () => { - {userPrivilige === 'STUDENT' ? ( + {userPrivilige === 'STUDENT' && ( <> - ) : ( + )} { userPrivilige === 'DEANERY' && ( )}