From a483ea6a8f36646faaa3c1e7a34dcb169aeb019c Mon Sep 17 00:00:00 2001 From: Wampie Driessen <1059058+wampiedriessen@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:43:59 +0200 Subject: [PATCH] Fix linter issues --- src/pages/StatusPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index 96823b970..d299e2090 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -63,8 +63,8 @@
- +
@@ -168,7 +168,7 @@ @@ -744,7 +744,7 @@ export default { this.updateUpdateTimer(); if (!localStorage.locale && this.config.defaultLocale) { - this.$root.changeCurrentPageLang(this.config.defaultLocale) + this.$root.changeCurrentPageLang(this.config.defaultLocale); } }).catch( function (error) { if (error.response.status === 404) {