This commit is contained in:
FloatingGhost 2022-07-19 11:02:49 +01:00
parent eb47bb8973
commit 606e850aad

View file

@ -40,7 +40,6 @@ export default {
this.relativeTime = this.longFormat
? DateUtils.relativeTime(this.time, nowThreshold)
: DateUtils.relativeTimeShort(this.time, nowThreshold)
if (this.autoUpdate) {
this.interval = setTimeout(
this.refreshRelativeTimeObject,