Skip to content

Commit

Permalink
fix(tags): Removes misplaced "error" tag in profile machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-habanero committed May 25, 2023
1 parent 41a7390 commit d29c65a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/machines/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ export const stateMachine = createMachine<ProfileContext, MachineEvent>({
entry: send({ type: 'RETRY', feedback: 'invalidPinPV' }),
on: {
RETRY: 'enteringProfileViewPin'
},
tags: 'error'
}
},
invalidMarketplaceEntry: {
description: 'Entered service is invalid. Raises a RETRY event to prompt user to retry service entry.',
Expand Down Expand Up @@ -310,7 +309,6 @@ async function initiateProfileChange(context: ProfileContext, event: any) {
id: graphAccountId,
marketplace: cachedMarketplace,
},
personalInformation: cachedPersonalInformation,
user: {
id: graphUserId
}
Expand Down

0 comments on commit d29c65a

Please sign in to comment.