Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Display Mentor_Confirmation tag when user is null (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumuditha-udayanga authored Jul 17, 2021
1 parent 6f0ac92 commit 2105c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/Home/components/ActivePrograms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function ActivePrograms() {
)}
{program.state === 'MENTOR_CONFIRMATION' &&
!isUserAdmin &&
mentoringPrograms.length ? (
(mentoringPrograms.length || user === null) ? (
<Tag className={styles.tag} color="green">
Mentor Confirmation Period
</Tag>
Expand Down

0 comments on commit 2105c8f

Please sign in to comment.