diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index 43dfeb901f..f967e6fca8 100644 --- a/website/client/src/components/notifications.vue +++ b/website/client/src/components/notifications.vue @@ -529,7 +529,7 @@ export default { // List of prompts for user on changes. // Sounds like we may need a refactor here, but it is clean for now - if (!this.user.flags.welcomed && !this.$route.name.includes('groupPlan')) { + if (!this.user.flags.welcomed && !this.$route?.name.includes('groupPlan')) { if (this.$store.state.avatarEditorOptions) { this.$store.state.avatarEditorOptions.editingUser = false; }