mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-05-08 02:48:03 -05:00
fix(test): short circuit this.
This commit is contained in:
committed by
Kalista Payne
parent
526193ee6c
commit
5469a5c5c3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user