pramod_Bug-#271 #106

Merged
admin merged 4 commits from pramod_Bug-#271 into Issue_May_3W 2025-05-15 05:46:41 +00:00
Showing only changes of commit 1bfbaf7b1f - Show all commits

View File

@ -187,6 +187,13 @@ const DailyTask = () => {
</td>
</tr>
)}
{!task_loading && TaskList.length === 0 && (
<tr>
<td colSpan={7} className="text-center">
<p>No Reports Found</p>
</td>
</tr>
)}
{dates.map((date, i) => {
return (
<React.Fragment key={i}>