fix: removed console log in work shifts table
This commit is contained in:
		@@ -18,7 +18,6 @@ const useWorkShiftsTable = () => {
 | 
				
			|||||||
            itemsPerPage: 10,
 | 
					            itemsPerPage: 10,
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
            .then(res => {
 | 
					            .then(res => {
 | 
				
			||||||
                console.log(res.shifts);
 | 
					 | 
				
			||||||
                setShifts(res.shifts);
 | 
					                setShifts(res.shifts);
 | 
				
			||||||
                setTotalPages(res.paginationInfo.totalPages);
 | 
					                setTotalPages(res.paginationInfo.totalPages);
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user