commit
1ce266b3c5
2 changed files with 1 additions and 3 deletions
3
dist/bundle.es.js
vendored
3
dist/bundle.es.js
vendored
|
@ -2400,8 +2400,7 @@ reducers$2[lbryRedux.ACTIONS.AUTHENTICATION_FAILURE] = state => Object.assign({}
|
|||
});
|
||||
|
||||
reducers$2[lbryRedux.ACTIONS.USER_FETCH_STARTED] = state => Object.assign({}, state, {
|
||||
userIsPending: true,
|
||||
user: defaultState$3.user
|
||||
userIsPending: true
|
||||
});
|
||||
|
||||
reducers$2[lbryRedux.ACTIONS.USER_FETCH_SUCCESS] = (state, action) => Object.assign({}, state, {
|
||||
|
|
|
@ -40,7 +40,6 @@ reducers[ACTIONS.AUTHENTICATION_FAILURE] = state =>
|
|||
reducers[ACTIONS.USER_FETCH_STARTED] = state =>
|
||||
Object.assign({}, state, {
|
||||
userIsPending: true,
|
||||
user: defaultState.user,
|
||||
});
|
||||
|
||||
reducers[ACTIONS.USER_FETCH_SUCCESS] = (state, action) =>
|
||||
|
|
Loading…
Reference in a new issue