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

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