FIx date on feed

This commit is contained in:
mcarquigny
2025-03-21 17:37:34 +01:00
parent 8abf9e808f
commit 93b26908f1

@ -20,7 +20,7 @@
</q-item-section>
<q-item-section side top>
<q-item-label caption>{{timeAgo(history.created)}}</q-item-label>
<q-item-label caption>{{timeAgo(history.date)}}</q-item-label>
</q-item-section>
</q-item>
</q-list>