catalogSpecialists

This commit is contained in:
Mikola
2024-02-01 22:32:55 +03:00
parent 66e6b4c7d7
commit 6dbb4eb609
8 changed files with 180 additions and 165 deletions

View File

@ -51,8 +51,8 @@ export const ProfileCalendar = () => {
return;
}
apiRequest(
`/reports/reports-by-date?${requestDates}&user_card_id=${localStorage.getItem(
"cardId"
`/reports/index?${requestDates}&user_id =${localStorage.getItem(
"id"
)}`
).then((reports) => {
let spendTime = 0;

View File

@ -114,8 +114,8 @@ export const ProfileCalendarComponent = React.memo(
startDate._d
)}`;
apiRequest(
`/reports/reports-by-date?${requestDates}&user_card_id=${localStorage.getItem(
"cardId"
`/reports/index?${requestDates}&user_id =${localStorage.getItem(
"id"
)}`
).then((reports) => {
let spendTime = 0;