Merge pull request #227 from lbryio/fix-abandon
returns myClaims in reducer
This commit is contained in:
commit
7316ee4646
2 changed files with 2 additions and 0 deletions
1
dist/bundle.es.js
vendored
1
dist/bundle.es.js
vendored
|
@ -4143,6 +4143,7 @@ reducers[ABANDON_CLAIM_SUCCEEDED] = (state, action) => {
|
|||
delete byId[claimId];
|
||||
|
||||
return Object.assign({}, state, {
|
||||
myClaims,
|
||||
byId,
|
||||
claimsByUri
|
||||
});
|
||||
|
|
|
@ -301,6 +301,7 @@ reducers[ACTIONS.ABANDON_CLAIM_SUCCEEDED] = (state: State, action: any): State =
|
|||
delete byId[claimId];
|
||||
|
||||
return Object.assign({}, state, {
|
||||
myClaims,
|
||||
byId,
|
||||
claimsByUri,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue