fix(groups): don't spawn Justin during Groups onboarding

This commit is contained in:
Sabe Jones
2024-08-30 16:34:03 -05:00
parent c8205de6c7
commit a7ffdc9593
2 changed files with 2 additions and 2 deletions
@@ -100,7 +100,7 @@
:disabled="!newGroupIsReady"
@click="stripeGroup({ group: newGroup })"
>
{{ $t('next') }}
{{ $t('nextPaymentMethod') }}
</button>
</div>
</div>
@@ -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) {
if (!this.user.flags.welcomed && !this.$route.name.includes('groupPlan')) {
if (this.$store.state.avatarEditorOptions) {
this.$store.state.avatarEditorOptions.editingUser = false;
}