diff --git a/src/components/Directory/ManageBucket.jsx b/src/components/Directory/ManageBucket.jsx index 0af5108a..58344a15 100644 --- a/src/components/Directory/ManageBucket.jsx +++ b/src/components/Directory/ManageBucket.jsx @@ -19,7 +19,7 @@ import { useProfile } from "../../hooks/useProfile"; const ManageBucket = () => { const { profile } = useProfile(); const [bucketList, setBucketList] = useState([]); - const {employeesList} = useAllEmployees( false ); + const { employeesList } = useAllEmployees(false); const [selectedEmployee, setSelectEmployee] = useState([]); const { buckets, loading, refetch } = useBuckets(); const [action_bucket, setAction_bucket] = useState(false); @@ -237,9 +237,8 @@ const ManageBucket = () => { onChange={(e) => setSearchTerm(e.target.value)} /> refetch()} /> @@ -248,9 +247,8 @@ const ManageBucket = () => {