diff --git a/frontend/app/duck/user.js b/frontend/app/duck/user.js index 44aff9d1c..8a7f1ed48 100644 --- a/frontend/app/duck/user.js +++ b/frontend/app/duck/user.js @@ -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)