Skip to content

Commit

Permalink
Merge pull request #171 from Make-A-Wish-Sopt/qa
Browse files Browse the repository at this point in the history
[ fix ] 프로그레스바 수정
  • Loading branch information
myeongheonhong authored Dec 23, 2023
2 parents 5c7f16a + d05890a commit c9f8de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Main/MainCenterContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export default function MainCenterContent() {
</Styled.CakeImageWrapper>
</Styled.ImageWrapper>
<Styled.ProgressBarWrapper>
{/* <VerticalProgressBar percent={progressData?.percent || 0} /> */}
<VerticalProgressBar percent={125} />
<VerticalProgressBar percent={progressData?.percent || 0} />
</Styled.ProgressBarWrapper>
</Styled.CenterContentWrapper>
<Styled.CakeTextWrapper>
Expand Down

1 comment on commit c9f8de1

@vercel
Copy link

@vercel vercel bot commented on c9f8de1 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.