Shift Clock error handling IO-699

This commit is contained in:
Patrick Fic
2021-02-26 14:55:16 -08:00
parent 3caf02f3f7
commit 7e25ca40b8
8 changed files with 74 additions and 11 deletions

View File

@@ -5,9 +5,7 @@ import TimeTicketShift from "../../components/time-ticket-shift/time-ticket-shif
export default function ShiftClock() {
return (
<RbacWrapper action="shiftclock:view">
<div>
<TimeTicketShift />
</div>
<TimeTicketShift />
</RbacWrapper>
);
}