Skip to content

Commit

Permalink
Removed test account status value
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed Jun 17, 2020
1 parent ceff8b2 commit f7a85b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/AccountCreatePages/IntroPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const IntroPage: StorefrontFunctionComponent<Props> = ({
email: data.profile.email,
total: 1000,
}).then(response => {
setAccountStatus('approved' || response.accountStatus)
setAccountStatus(response.accountStatus)
})
}
}, [data])
Expand Down

0 comments on commit f7a85b6

Please sign in to comment.