Skip to content

Commit

Permalink
[Style] fallback 문구 수정 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Jan 1, 2024
1 parent 33c5605 commit 74ccebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tournament-record/WinnerTournamentInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function WinnerTournamentInfo({
return (
<div className={styles.winnerInfoContainer}>
<p className={styles.userId}>
{tournamentInfo?.winnerIntraId ?? '아이디 정보가 없습니다.'}
{tournamentInfo?.winnerIntraId ?? 'IntraId'}
</p>
<p className={styles.gameInfo}>
{tournamentInfo?.title}{' '}
Expand Down

0 comments on commit 74ccebf

Please sign in to comment.