This commit is contained in:
Natsumi
2022-02-25 07:02:07 +13:00
parent 1c115b0b13
commit b4ff814353
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ Vue.component('marquee-text', MarqueeText);
} else {
this.lastLocationTimer = '';
}
if (this.lastLocation.onlineForTimer) {
if (this.lastLocation.onlineFor) {
this.onlineForTimer = timeToText(
Date.now() - this.lastLocation.onlineFor
);