Skip to content

Commit

Permalink
[KAN-15] fix: 수용인원 관련 코드 추가 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeMatthewsong committed Sep 9, 2024
1 parent a00de4e commit 7e9800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ProgressBar/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ProgressBar = ({
className={`text-14 flex items-center gap-[2px] font-medium ${isClosedGathering ? 'text-var-orange-400' : 'text-var-black'}`}
>
<IconPerson className='h-16 w-16' />
{`${participantNumber} / 20`}
{`${participantNumber} / ${capacity}`}
</div>
)}
{/* 개설확정 렌더링 선택 */}
Expand Down

0 comments on commit 7e9800b

Please sign in to comment.