From 5e90558e87601cc45c78198070f73578b324fa73 Mon Sep 17 00:00:00 2001 From: grapefruit13 Date: Mon, 1 Apr 2024 13:19:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20gameName=20early=20return=EB=AC=B8=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/header/Menu/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/layout/header/Menu/index.tsx b/src/components/layout/header/Menu/index.tsx index c21ae1c1..394a3ac8 100644 --- a/src/components/layout/header/Menu/index.tsx +++ b/src/components/layout/header/Menu/index.tsx @@ -13,7 +13,6 @@ const cx = classNames.bind(styles); const Menu = () => { const router = useRouter(); const { game: gameName } = router.query; - if (!gameName) return; const isGameActivated = (index: number) => { return (