Test and fix last build

This commit is contained in:
2025-03-19 10:17:25 +01:00
parent ccab273066
commit c0c4ee0227

View File

@@ -28,13 +28,13 @@ const hours = usePrecision(stats.value!.coding?.data.grand_total.total_seconds_i
<template #date>
<HoverText
:hover="t('tooltip.date')"
<!-- :text="date" -->
text="date"
/>
</template>
<template #hours>
<HoverText
:hover="t('tooltip.hours')"
<!-- :text="hours" -->
text="hours"
/>
</template>
<template #editors>