This commit is contained in:
Mikola
2024-02-01 23:32:02 +03:00
parent cf1bbf136e
commit 903ae0062c
11 changed files with 41 additions and 42 deletions

View File

@ -50,8 +50,7 @@ export const ProfileCalendar = () => {
if (!requestDates) {
return;
}
apiRequest(
`/reports/index?${requestDates}&user_id =${localStorage.getItem("id")}`
apiRequest(`/reports/index?${requestDates}&user_id=${localStorage.getItem("id")}`
).then((reports) => {
let spendTime = 0;