This commit is contained in:
2023-03-13 23:33:12 +03:00
parent bf5873e5e8
commit ca9702ecb7
8 changed files with 369 additions and 9 deletions

View File

@ -135,7 +135,7 @@ export const ViewReport = () => {
})}
<tr>
<td></td>
<td><span>Всего: {totalHours} часов</span></td>
<td><span>Всего: {totalHours} {hourOfNum(totalHours)}</span></td>
</tr>
</tbody>
</table>