From af9e28a3e92f143e686fac331af40049b810b0ce Mon Sep 17 00:00:00 2001 From: joonho0410 <76806109+joonho0410@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:29:35 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95=20?= =?UTF-8?q?#1176=20(#1177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Junho jeon --- pages/tournament.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tournament.tsx b/pages/tournament.tsx index d38ca460d..6eccaa455 100644 --- a/pages/tournament.tsx +++ b/pages/tournament.tsx @@ -25,7 +25,7 @@ export default function Tournament() { instance .get('/pingpong/tournaments?size=20&page=1&status=LIVE') .then((res) => { - if (res.data.tournamets?.length === 1) { + if (res.data.tournaments?.length === 1) { console.log('openInfo'); setOpenTournamentId(res.data.tournaments[0].tournamentId); }