+
diff --git a/src/components/master/EditWorkCategory.jsx b/src/components/master/EditWorkCategory.jsx
index 8a4c4072..a2cbd41c 100644
--- a/src/components/master/EditWorkCategory.jsx
+++ b/src/components/master/EditWorkCategory.jsx
@@ -116,17 +116,18 @@ const EditWorkCategory = ({ data, onClose }) => {
-
-
+
+
+
diff --git a/src/components/master/ManagePaymentMode.jsx b/src/components/master/ManagePaymentMode.jsx
index f3e62b77..9c70f65a 100644
--- a/src/components/master/ManagePaymentMode.jsx
+++ b/src/components/master/ManagePaymentMode.jsx
@@ -86,7 +86,7 @@ const ManagePaymentMode = ({ data = null, onClose }) => {
className="btn btn-sm btn-primary"
disabled={isPending || Updating}
>
- {isPending || Updating? "Please Wait..." : Updating ? "Update" : "Submit"}
+ {isPending || Updating ? "Please Wait..." : Updating ? "Update" : "Submit"}
diff --git a/src/pages/Activities/AttendancePage.jsx b/src/pages/Activities/AttendancePage.jsx
index c2c65623..717af11a 100644
--- a/src/pages/Activities/AttendancePage.jsx
+++ b/src/pages/Activities/AttendancePage.jsx
@@ -1,4 +1,4 @@
-import React, { useState, useEffect, useCallback } from "react";
+import React, { useState, useEffect } from "react";
import {
cacheData,
clearCacheKey,
@@ -26,7 +26,7 @@ import { useQueryClient } from "@tanstack/react-query";
const AttendancePage = () => {
const [activeTab, setActiveTab] = useState("all");
const [ShowPending, setShowPending] = useState(false);
- const [searchTerm, setSearchTerm] = useState("");
+ const [searchTerm, setSearchTerm] = useState("");
const queryClient = useQueryClient();
const loginUser = getCachedProfileData();
@@ -117,60 +117,70 @@ const AttendancePage = () => {
{ label: "Attendance", link: null },
]}
>
-
-
- -
-
diff --git a/src/pages/employee/EmployeeList.jsx b/src/pages/employee/EmployeeList.jsx
index 17448a3f..c7f3abd9 100644
--- a/src/pages/employee/EmployeeList.jsx
+++ b/src/pages/employee/EmployeeList.jsx
@@ -414,14 +414,11 @@ const EmployeeList = () => {
{/* Add Employee Button */}
{Manage_Employee && (