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