fix
This commit is contained in:
parent
903ae0062c
commit
40937472b7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user