Skip to content

Commit

Permalink
[fix] 오타수정 #1176 (#1177)
Browse files Browse the repository at this point in the history
Co-authored-by: Junho jeon <[email protected]>
  • Loading branch information
joonho0410 and Junho jeon authored Dec 20, 2023
1 parent 74ef369 commit af9e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tournament.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit af9e28a

Please sign in to comment.