Skip to content

Commit

Permalink
fix: 챌린지 상세 프로그래스 바 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokkkkkk committed Aug 10, 2024
1 parent d2bab44 commit 3e81944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ChallengeDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const ChallengeDetail = () => {
ChallengeDetailData.data.participantCount
}
successParticipants={ChallengeDetailData.data.successCount}
successRate={ChallengeDetailData.data.successRate * 100}
successRate={ChallengeDetailData.data.successRate}
/>
<Challengers
challengeId={challengeId}
Expand Down

0 comments on commit 3e81944

Please sign in to comment.