IO-306 Creation of dashboard.
This commit is contained in:
@@ -51,7 +51,7 @@ export function TimeTicketShiftContainer({
|
||||
if (loading) return <LoadingSpinner />;
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
if (!employeeId)
|
||||
if (!employeeId && !(technician && technician.id))
|
||||
return (
|
||||
<div>
|
||||
<Result
|
||||
|
||||
Reference in New Issue
Block a user