updated timeticket selectors
This commit is contained in:
@@ -16,7 +16,7 @@ export const selectSignInError = createSelector(
|
||||
);
|
||||
export const selectRates = createSelector(
|
||||
[selectEmployee],
|
||||
(employee) => employee.currentEmployee.technician.rates
|
||||
(employee) => employee?.currentEmployee?.technician?.rates
|
||||
);
|
||||
export const selectGettingRates = createSelector(
|
||||
[selectEmployee],
|
||||
|
||||
Reference in New Issue
Block a user