diff --git a/src/components/DailyProgressRport/TaskReportList.jsx b/src/components/DailyProgressRport/TaskReportList.jsx index 254b1ddf..c46e07ae 100644 --- a/src/components/DailyProgressRport/TaskReportList.jsx +++ b/src/components/DailyProgressRport/TaskReportList.jsx @@ -40,7 +40,7 @@ const TaskReportList = () => { service ); -const ProgrssReportColumn = [ + const ProgrssReportColumn = [ { key: "activity", label: "Activity", @@ -149,20 +149,19 @@ const ProgrssReportColumn = [ data-bs-content={`
Activity | -Total Pending | +
+
+ Total Pending{" "}
+ |
Reported/Planned{" "}
This shows the reported versus planned tasks for each activity on that date. } >{title}} -{content}
+ {title && {title}} +{content}
)}
|
---|