From a8a0098014db1512d909d052835b257160cd93a5 Mon Sep 17 00:00:00 2001 From: DOBOB_LAPTOP Date: Wed, 11 Oct 2023 23:47:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=8B=9C?= =?UTF-8?q?=20=ED=94=84=EB=A1=9C=ED=95=84=20=ED=91=9C=EC=8B=9C=20=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/NavBar/NavBar.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/NavBar/NavBar.tsx b/frontend/src/components/NavBar/NavBar.tsx index a4c727771..99cb3a49d 100644 --- a/frontend/src/components/NavBar/NavBar.tsx +++ b/frontend/src/components/NavBar/NavBar.tsx @@ -119,16 +119,19 @@ const NavBar = () => { ))} - {authorized ? ( + {authorized && ( + +