diff --git a/website/client/components/notifications.vue b/website/client/components/notifications.vue index 6a96bc3a42..75f2cf0adb 100644 --- a/website/client/components/notifications.vue +++ b/website/client/components/notifications.vue @@ -400,7 +400,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.$store.state.avatarEditorOptions.editingUser = false; + if (this.$store.state.avatarEditorOptions) this.$store.state.avatarEditorOptions.editingUser = false; return this.$root.$emit('bv::show::modal', 'avatar-modal'); }