From fcc7483d139afdfd6424cf118874bcf19215a781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=B4=EC=A4=80?= <127281057+ftery0@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:51:20 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/common/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/common/layout/index.tsx b/src/Components/common/layout/index.tsx index e5b57b1..e9c37a8 100644 --- a/src/Components/common/layout/index.tsx +++ b/src/Components/common/layout/index.tsx @@ -12,7 +12,7 @@ const Layout = ({ children }: Props) => { return ( <> - {pathname !== "/login" && } + {pathname !== "/login/" && } {children}