Skip to content

Commit

Permalink
[ fix ] 프로그레스바 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongheonhong committed Dec 23, 2023
1 parent 5038595 commit d05890a
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 d05890a

Please sign in to comment.