returns myClaims in reducer #227

Merged
jessopb merged 1 commit from fix-abandon into master 2019-10-17 20:08:09 +02:00
2 changed files with 2 additions and 0 deletions
dist
src/redux/reducers

1
dist/bundle.es.js vendored
View file

@ -4143,6 +4143,7 @@ reducers[ABANDON_CLAIM_SUCCEEDED] = (state, action) => {
delete byId[claimId];
return Object.assign({}, state, {
myClaims,
byId,
claimsByUri
});

View file

@ -301,6 +301,7 @@ reducers[ACTIONS.ABANDON_CLAIM_SUCCEEDED] = (state: State, action: any): State =
delete byId[claimId];
return Object.assign({}, state, {
myClaims,
byId,
claimsByUri,
});