reset onboarding state on scope upgrade
This commit is contained in:
parent
8596b46614
commit
4b62a2fd0c
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ const reducer = (state = initialState, action = {}) => {
|
|||
case UPGRADE_ACCOUNT_SCOPE.SUCCESS:
|
||||
return state
|
||||
.set('scopeState', 2)
|
||||
.set('onboarding', true)
|
||||
case DOWNGRADE_ACCOUNT_SCOPE.SUCCESS:
|
||||
return state
|
||||
.set('scopeState', 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue