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: {