Skip to content

Commit

Permalink
Merge pull request #635 from paritshivani/main
Browse files Browse the repository at this point in the history
complete messege
  • Loading branch information
paritshivani authored Sep 20, 2024
2 parents a844802 + dd543bd commit 87536a6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/nulp_elite/src/pages/content/joinCourse.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,12 @@ const JoinCourse = () => {
</Dialog>
)}
</Box>
<Box>
(t{COURSE_SUCCESSFULLY_COMPLETED})
</Box>
{!isCompleted &&
<Box>
(t{COURSE_SUCCESSFULLY_COMPLETED})
</Box>
}

</>
);
}
Expand Down

0 comments on commit 87536a6

Please sign in to comment.