From e63f7562f8a972bd738aeeb3c3034247a66ec65d Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Tue, 21 Mar 2023 13:48:00 +0100 Subject: [PATCH] linter fixes --- src/components/notifications/Ntfy.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index cf0fea8f9..5afbd793f 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -21,19 +21,19 @@ -
+
-
+
-
+
@@ -58,7 +58,7 @@ export default { none: this.$t("None"), usernamePassword: this.$t("UsernameAndPassword"), accessToken: this.$t("Access Token") - } + }; } }, mounted() {