reports adaptive
This commit is contained in:
@@ -322,7 +322,9 @@ export const ProfileCalendarComponent = React.memo(
|
||||
<span>
|
||||
{totalRangeHours
|
||||
? `${totalRangeHours} ${hourOfNum(totalRangeHours)}`
|
||||
: endDate ? "0 часов" : ""}
|
||||
: endDate
|
||||
? "0 часов"
|
||||
: ""}
|
||||
</span>
|
||||
{endDate && (
|
||||
<BaseButton
|
||||
|
||||
Reference in New Issue
Block a user