diff --git a/apps/app/components/modules/single-module-card.tsx b/apps/app/components/modules/single-module-card.tsx index cecdd20c8..1e0df412a 100644 --- a/apps/app/components/modules/single-module-card.tsx +++ b/apps/app/components/modules/single-module-card.tsx @@ -250,20 +250,17 @@ export const SingleModuleCard: React.FC = ({ module, handleEditModule })
-
+
Progress - -
-
-
- +
+
+
+ {isNaN(completionPercentage) ? 0 : completionPercentage.toFixed(0)}%