Skip to content

Commit

Permalink
Issue #PS-000 fix: Hide progressbar on courseplan page
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Sep 12, 2024
1 parent 96f201f commit a0fd4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/course-planner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const CoursePlanner = () => {
display: 'inline-flex',
}}
>
<Box sx={{ width: '40px', height: '40px' }}>
{/* <Box sx={{ width: '40px', height: '40px' }}>
<CircularProgressbar
value={item.circular}
strokeWidth={10}
Expand Down Expand Up @@ -368,7 +368,7 @@ const CoursePlanner = () => {
>
{item.circular}%
</Typography>
</Box>
</Box> */}
</Box>

<Box
Expand Down

0 comments on commit a0fd4c2

Please sign in to comment.