Fix live time update on trashbin view

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-07-06 20:55:47 +02:00 committed by backportbot[bot]
parent de2dbe3ad9
commit e6ba0e69b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<span class="live-relative-timestamp" :data-timestamp="timestamp * 1000" :title="title">{{ formatted }}</span>
<span class="live-relative-timestamp" :data-timestamp="numericTimestamp * 1000" :title="title">{{ formatted }}</span>
</template>
<script>