From 1c5d62f5ed01b8afbcbe887a0200005ebd753652 Mon Sep 17 00:00:00 2001
From: Kartik Sharma
Date: Tue, 18 Nov 2025 16:57:48 +0530
Subject: [PATCH] Correction in HoverPopup when it we select single the all
will be open.
---
src/components/DailyProgressRport/TaskReportList.jsx | 2 ++
src/components/RecurringExpense/ManageRecurringExpense.jsx | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/src/components/DailyProgressRport/TaskReportList.jsx b/src/components/DailyProgressRport/TaskReportList.jsx
index c47f46c4..00cb064e 100644
--- a/src/components/DailyProgressRport/TaskReportList.jsx
+++ b/src/components/DailyProgressRport/TaskReportList.jsx
@@ -202,6 +202,7 @@ const TaskReportList = () => {
Total Pending{" "}
This shows the total pending tasks for each activity on that date.
}
>
@@ -213,6 +214,7 @@ const TaskReportList = () => {
Reported/Planned{" "}
This shows the reported versus planned tasks for each activity on that date.}
>
diff --git a/src/components/RecurringExpense/ManageRecurringExpense.jsx b/src/components/RecurringExpense/ManageRecurringExpense.jsx
index 49fb3675..aad3c468 100644
--- a/src/components/RecurringExpense/ManageRecurringExpense.jsx
+++ b/src/components/RecurringExpense/ManageRecurringExpense.jsx
@@ -241,6 +241,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Choose whether the payment amount varies or remains fixed each cycle.
@@ -387,6 +388,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Defines how often payments or billing occur, such as monthly, quarterly, or annually.
@@ -450,6 +452,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
Number of extra days allowed after the due date before payment is considered late.
@@ -485,6 +488,7 @@ const ManageRecurringExpense = ({ closeModal, requestToEdit = null }) => {
The date when the last payment in the recurrence occurs.