reports adaptive

This commit is contained in:
Victor Batischev
2023-12-04 21:08:45 +03:00
parent 7f0e5be087
commit 93c1dd3945
4 changed files with 10 additions and 8 deletions

View File

@ -64,8 +64,8 @@ export const ProfileCalendar = () => {
}
apiRequest(
`/reports/reports-by-date?${requestDates}&user_card_id=${localStorage.getItem(
"cardId"
)}`
"cardId",
)}`,
).then((reports) => {
let spendTime = 0;
for (const report of reports) {

View File

@ -322,7 +322,9 @@ export const ProfileCalendarComponent = React.memo(
<span>
{totalRangeHours
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
: endDate ? "0 часов" : ""}
: endDate
? "0 часов"
: ""}
</span>
{endDate && (
<BaseButton