fixed error during came merged
This commit is contained in:
parent
d95ba4c800
commit
1358cd749a
@ -56,7 +56,7 @@ const ManageJob = ({ Job }) => {
|
||||
isLoading: isJobLoading,
|
||||
isError: isJobError,
|
||||
error: jobError,
|
||||
} = useServiceProjectJobDetails(manageJob.jobId);
|
||||
} = useServiceProjectJobDetails(Job?.jobId);
|
||||
|
||||
const { mutate: CreateJob, isPending } = useCreateServiceProjectJob(() => {
|
||||
reset();
|
||||
|
||||
@ -70,7 +70,6 @@ const EmployeeDetails = ({ e }) => {
|
||||
);
|
||||
};
|
||||
export const Remaning = ({ emp }) => {
|
||||
console.log(emp);
|
||||
return (
|
||||
<div className="w-100">
|
||||
{emp?.map((e) => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user