diff --git a/src/components/WhatsnewModal.vue b/src/components/WhatsnewModal.vue index b42f5fe3a4..e69a43bfd6 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.slice(0,2).join('.') + return this.$store.state.settings.hasSeenWhatsnew?.split('.').slice(0,2).join('.') !== packageJson.version.split('.').slice(0,2).join('.') }, }, methods: {