From 084370b641b5404192b005c6bf1a1b5e70d8477b Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 25 Sep 2023 05:00:24 +0100 Subject: [PATCH] added the correct last time reminded --- .../MyPendingJobs/ParentWaitingTable.jsx | 2 +- .../MyPendingJobs/SendReminderModal.jsx | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/MyPendingJobs/ParentWaitingTable.jsx b/src/components/MyPendingJobs/ParentWaitingTable.jsx index 4334923..c47d430 100644 --- a/src/components/MyPendingJobs/ParentWaitingTable.jsx +++ b/src/components/MyPendingJobs/ParentWaitingTable.jsx @@ -112,7 +112,7 @@ export default function ParentWaitingTable() {

-
+
+ */} {requestStatus.laoding ? ( ) : ( -- 2.34.1