Skip to content

Commit

Permalink
[Fix] 토너먼트 카드 모달 참여인원 표시 수정 #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
Junho jeon authored and Junho jeon committed Dec 18, 2023
1 parent eca88c6 commit b949352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tournament/TournamentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function TournamentCard({
endTime: endTime,
winnerIntraId: winnerIntraId,
winnerImageUrl: winnerImageUrl,
player_cnt: player_cnt,
player_cnt: playerCount,
},
});
};
Expand Down

0 comments on commit b949352

Please sign in to comment.