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 a0fd4c2 commit 65ac0cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/course-planner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,7 @@ const CoursePlanner = () => {
</Box>
)}
{value === 2 && (
<Box sx={{ display: 'flex', justifyContent: 'center', mt: 8 }}>
<Typography variant="h2">No Data Found</Typography>
</Box>
<NoDataFound />
)}
</Box>
</Box>
Expand Down

0 comments on commit 65ac0cc

Please sign in to comment.