This commit is contained in:
2023-03-07 19:00:41 +03:00
parent 8dbeb5bba5
commit eaa0b2c3ac
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ export const ProfileCalendarComponent = React.memo(({value, setValueHandler, rep
<div className='calendar-component__header-info'>
<h3>Мои отчеты:</h3>
<p className='calendar__hours'>
{month} - <span> {totalHours} {hourOfNum(totalHours)} </span>
{month} <span> {totalHours} {hourOfNum(totalHours)} </span>
</p>
</div>
<div className='calendar-component__header-switcher'>