catalogSpecialists
This commit is contained in:
@ -41,8 +41,8 @@ export const ViewReport = () => {
|
||||
setDifficulties([]);
|
||||
setTomorrowTask([]);
|
||||
apiRequest(
|
||||
`reports/find-by-date?user_card_id=${localStorage.getItem(
|
||||
"cardId"
|
||||
`reports/find-by-date?user_id=${localStorage.getItem(
|
||||
"id"
|
||||
)}&date=${day}`
|
||||
).then((res) => {
|
||||
let spendTime = 0;
|
||||
|
Reference in New Issue
Block a user