From 2105c8fd5e488f6527954cce3dbf04e2d4514032 Mon Sep 17 00:00:00 2001 From: Kumuditha Karunarathna Date: Sat, 17 Jul 2021 15:54:22 +0530 Subject: [PATCH] Display Mentor_Confirmation tag when user is null (#202) --- src/scenes/Home/components/ActivePrograms/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes/Home/components/ActivePrograms/index.tsx b/src/scenes/Home/components/ActivePrograms/index.tsx index 3364283..57101c4 100644 --- a/src/scenes/Home/components/ActivePrograms/index.tsx +++ b/src/scenes/Home/components/ActivePrograms/index.tsx @@ -192,7 +192,7 @@ function ActivePrograms() { )} {program.state === 'MENTOR_CONFIRMATION' && !isUserAdmin && - mentoringPrograms.length ? ( + (mentoringPrograms.length || user === null) ? ( Mentor Confirmation Period