Skip to content

Commit

Permalink
feat: 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeml06 committed Oct 23, 2024
1 parent ce71ea7 commit 23dfebd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ export default function ChattingRoomPage() {
tagValue={chatRoomDetail.attributes.isLoser ? '당첨!' : '미당첨'}
textList={
chatRoomDetail.attributes.isLoser
? ['축하드립니다!']
? [
`축하드립니다 ${chatRoomDetail.attributes.loser.nickname}님!`,
]
: [
`당첨된 사람은 ${chatRoomDetail.attributes.loser.nickname}님입니다!`,
]
Expand Down

0 comments on commit 23dfebd

Please sign in to comment.