From 93579bf6483dcfbed811e6b101d3073fff5cb6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 4 Feb 2021 10:28:40 +0900 Subject: [PATCH] fix: dropdown performance issue fix: https://github.com/koreanbots/v2-testing/issues/38 --- components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 73a5d50..f6a8297 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -84,8 +84,8 @@ const Navbar = (): JSX.Element => { : '로그인' } - { userCache ?
-