From 19e4962ef8a165e1a27ea5aa81ac16d86e2dc065 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sat, 10 May 2025 12:30:17 +0530 Subject: [PATCH] time slot display correct slots and if check-In so must display grather than check-in --- src/components/Activities/CheckCheckOutForm.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Activities/CheckCheckOutForm.jsx b/src/components/Activities/CheckCheckOutForm.jsx index 419e7b12..b820233d 100644 --- a/src/components/Activities/CheckCheckOutForm.jsx +++ b/src/components/Activities/CheckCheckOutForm.jsx @@ -50,8 +50,11 @@ const CheckCheckOutmodel = ({modeldata,closeModal,handleSubmitForm,}) => { showToast("Attendance Marked Successfully", "success"); }) - .catch((error) => { - showToast(error, "error"); + .catch( ( error ) => + { + + showToast(error, "error" ); + }); // } else