Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarika-padmanaban committed Jul 7, 2024
1 parent 7c27786 commit 09c5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/progress/progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function ProgressPage () {
<Grid item xs={12} sm={12} md={12} lg={12} xl={12} sx={{ p: 2 }}>
<Paper variant="outlined" sx={{ minWidth: 275, borderRadius: "5px" ,backgroundColor:'ButtonHighlight', textAlign:'center'}}>
<CardContent>
<Typography variant="h4">{userDetails?.organization.title}</Typography>
<Typography variant="h4">{userDetails?.organization?.title}</Typography>
</CardContent>
</Paper>
</Grid>
Expand Down

0 comments on commit 09c5422

Please sign in to comment.