From 89f0b433f274eae7181e8f177cd5164884cc21ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=B1=EC=9A=B1?= Date: Mon, 10 Jul 2023 20:09:46 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20kakao=20=EC=97=B0=EB=8F=99=20=EC=9D=B4?= =?UTF-8?q?=ED=9B=84=20ranklist=20=EB=AA=A9=EB=A1=9D=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/game/useGameResult.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/game/useGameResult.ts b/hooks/game/useGameResult.ts index 03c0f3269..5e188c32c 100644 --- a/hooks/game/useGameResult.ts +++ b/hooks/game/useGameResult.ts @@ -16,7 +16,7 @@ const useGameResult = ({ mode, season }: GameResultProps) => { useEffect(() => { const makePath = () => { const basePath = '/pingpong/games'; - if (asPath === '/' || asPath.includes('token')) { + if (asPath === '/') { // live 상태 포함 최근 3개의 게임만 가져온다. setPath(`${basePath}?size=${3}&status=${'LIVE'}`); return;