diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index 701ef4b90..0c9e97c2d 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -806,6 +806,7 @@ export default { clearInterval(this.updateCountdown); this.updateCountdown = setInterval(() => { + // rounding here as otherwise we sometimes skip numbers in cases of time drift const countdown = dayjs.duration( Math.round( this.lastUpdateTime