From 5e88df8dd8235d84355a20b0cdcbba184b66600e Mon Sep 17 00:00:00 2001 From: hoj0806 <90647684+hoj0806@users.noreply.github.com> Date: Tue, 14 May 2024 15:41:16 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4?= =?UTF-8?q?=EC=85=98=20=EB=8F=99=EC=9E=91=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/Navigation/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Navigation/Navigation.tsx b/components/common/Navigation/Navigation.tsx index 7579aa869..7972d5d31 100644 --- a/components/common/Navigation/Navigation.tsx +++ b/components/common/Navigation/Navigation.tsx @@ -28,7 +28,7 @@ const Navigation = () => { />
- {accessToken !== undefined ? ( + {accessToken !== null ? ( <> {data?.map((item) => { return (