mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-23 17:51:50 +01:00
Test and fix last build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user