From f40cdb2cada940c47e39f22da89f169757eb9219 Mon Sep 17 00:00:00 2001 From: Kumuditha Karunarathna Date: Thu, 15 Jul 2021 15:25:31 +0530 Subject: [PATCH] Display a tag in 'Ongoing' state programs (#200) --- src/scenes/Home/components/ActivePrograms/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scenes/Home/components/ActivePrograms/index.tsx b/src/scenes/Home/components/ActivePrograms/index.tsx index 8d47495..3364283 100644 --- a/src/scenes/Home/components/ActivePrograms/index.tsx +++ b/src/scenes/Home/components/ActivePrograms/index.tsx @@ -197,6 +197,11 @@ function ActivePrograms() { Mentor Confirmation Period ) : null} + {program.state === 'ONGOING' && !isUserAdmin && ( + + Ongoing + + )} {program.headline}