diff --git a/src/components/WhatsnewModal.vue b/src/components/WhatsnewModal.vue index 09800338..b42f5fe3 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.slice(0,2).join('.') }, }, methods: {