Skip to content

Commit

Permalink
Merge pull request #864 from AI4Bharat/rt-search
Browse files Browse the repository at this point in the history
Rt search
  • Loading branch information
aparna-aa authored Dec 16, 2023
2 parents c398dd3 + a71e8ce commit 5efcd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/container/UserManagement/ProgressPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const ProfilePage = () => {
<Grid item xs={12} sm={12} md={6} lg={6} xl={6} sx={{ p: 2 }}>
<Card sx={{ minWidth: 275, borderRadius: "5px" }}>
<CardContent>
<Typography variant="h4" sx={{mb: 1}}>{LoggedInUserId===userDetails.id? "My Progress": "Progress" }</Typography>
<Typography variant="h4" sx={{mb: 1}}>{LoggedInUserId===userDetails.id? "My Progress": `Progress of ${userDetails?.first_name} ${userDetails?.last_name}` }</Typography>
<MyProgress />
</CardContent>
</Card>
Expand Down

0 comments on commit 5efcd2a

Please sign in to comment.