From d861886502bf3188dfa95ae7519e2b37e4b18791 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:05:32 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/components/Uptime.vue | 6 +++--- src/components/settings/Notifications.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Uptime.vue b/src/components/Uptime.vue index 07b31e0ce..22db8b6b9 100644 --- a/src/components/Uptime.vue +++ b/src/components/Uptime.vue @@ -85,12 +85,12 @@ export default { title() { if (this.type === "1y") { - return this.$tc("years", 1, {n:1}); + return this.$tc("years", 1, { n: 1 }); } if (this.type === "720") { - return this.$tc("days", 30, {n:30}); + return this.$tc("days", 30, { n: 30 }); } - return this.$tc("hours", 24, {n:24}); + return this.$tc("hours", 24, { n: 24 }); }, }, }; diff --git a/src/components/settings/Notifications.vue b/src/components/settings/Notifications.vue index b11fd4386..7af81165e 100644 --- a/src/components/settings/Notifications.vue +++ b/src/components/settings/Notifications.vue @@ -79,7 +79,7 @@