From 453b032420a26b73cf144937c127da6a1dc53062 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sun, 10 Dec 2023 18:11:30 +0100 Subject: [PATCH] fix(eslint error) Signed-off-by: Marcel Klehr --- src/components/WhatsnewModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WhatsnewModal.vue b/src/components/WhatsnewModal.vue index e69a43bf..5f3c79f7 100644 --- a/src/components/WhatsnewModal.vue +++ b/src/components/WhatsnewModal.vue @@ -29,7 +29,7 @@ export default { }, computed: { showModal() { - return this.$store.state.settings.hasSeenWhatsnew?.split('.').slice(0,2).join('.') !== packageJson.version.split('.').slice(0,2).join('.') + return this.$store.state.settings.hasSeenWhatsnew?.split('.').slice(0, 2).join('.') !== packageJson.version.split('.').slice(0, 2).join('.') }, }, methods: {