From 606e850aad7ec08e46aed42beab76e2a4659a927 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 19 Jul 2022 11:02:49 +0100 Subject: [PATCH] lint --- src/components/timeago/timeago.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/timeago/timeago.vue b/src/components/timeago/timeago.vue index ddbce59b..86229349 100644 --- a/src/components/timeago/timeago.vue +++ b/src/components/timeago/timeago.vue @@ -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,