Skip to content

Commit

Permalink
Merge pull request #172 from Make-A-Wish-Sopt/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
myeongheonhong authored Dec 23, 2023
2 parents f34e414 + c9f8de1 commit 8ac80ca
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

0 comments on commit 8ac80ca

Please sign in to comment.