Skip to content

Commit

Permalink
Merge pull request #294 from boostcampwm-2024/hotfix/#292-fix-total-w…
Browse files Browse the repository at this point in the history
…aiting-expression

대기 큐 '대기 인원'을 '~번'으로 표시하는 표기 오류 수정
  • Loading branch information
kyu4583 authored Dec 5, 2024
2 parents 04b6e7f + 880c6df commit 67d05b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/WaitingQueuePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function WaitingQueuePage() {
title: '대기 인원',
content: (
<span className="text-heading3 text-typo">
<span className="text-warning">{totalWaiting}</span>
<span className="text-warning">{totalWaiting}</span>
</span>
),
},
Expand Down

0 comments on commit 67d05b6

Please sign in to comment.