This commit is contained in:
Mikola 2024-02-01 23:32:16 +03:00
parent 903ae0062c
commit 40937472b7

View File

@ -50,7 +50,8 @@ 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;