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}