@@ -30,8 +30,9 @@ const TechJobStatistics = ({ technician }) => {
|
||||
end: endDate.format("YYYY-MM-DD"),
|
||||
fixedStart: dayjs().startOf("month").format("YYYY-MM-DD"),
|
||||
fixedEnd: dayjs().endOf("month").format("YYYY-MM-DD"),
|
||||
employeeid: technician.id,
|
||||
employeeid: technician?.id,
|
||||
},
|
||||
skip: !technician,
|
||||
fetchPolicy: "network-only",
|
||||
nextFetchPolicy: "network-only",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user