fix(gantt): correctly show day in chart

This commit is contained in:
kolaente 2024-04-02 12:53:14 +02:00
parent 915f677c2a
commit 81de986d8d
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
class="timeunit-wrapper"
:class="{'today': dateIsToday(date)}"
>
<span>{{ value }}</span>
<span>{{ date.getDate() }}</span>
<span class="weekday">
{{ weekDayFromDate(date) }}
</span>