even more updates.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-14 16:27:00 -05:00
parent 1261e8001b
commit b2c8e45d5e
41 changed files with 7326 additions and 7388 deletions

View File

@@ -187,7 +187,7 @@ export function TimeTicketList({
return (
<div>
{dayjs(record.clockoff)
.diff(dayjs(record.clockon), "hours", true)
.diff(dayjs(record.clockon), "hour", true)
.toFixed(2)}
</div>
);