From a7ffdc95932b9bdb97be0adc8f090224c39268d9 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 30 Aug 2024 16:34:03 -0500 Subject: [PATCH] fix(groups): don't spawn Justin during Groups onboarding --- .../src/components/group-plans/groupPlanCreationModal.vue | 2 +- website/client/src/components/notifications.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/group-plans/groupPlanCreationModal.vue b/website/client/src/components/group-plans/groupPlanCreationModal.vue index ccbe038a4f..24858bfca6 100644 --- a/website/client/src/components/group-plans/groupPlanCreationModal.vue +++ b/website/client/src/components/group-plans/groupPlanCreationModal.vue @@ -100,7 +100,7 @@ :disabled="!newGroupIsReady" @click="stripeGroup({ group: newGroup })" > - {{ $t('next') }} + {{ $t('nextPaymentMethod') }} diff --git a/website/client/src/components/notifications.vue b/website/client/src/components/notifications.vue index 60b1fa1c0c..43dfeb901f 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) { + if (!this.user.flags.welcomed && !this.$route.name.includes('groupPlan')) { if (this.$store.state.avatarEditorOptions) { this.$store.state.avatarEditorOptions.editingUser = false; }