This commit is contained in:
zeppi 2021-01-04 10:54:17 -05:00
parent f80c71a2ab
commit b5cc1f8818
2 changed files with 2 additions and 2 deletions

2
dist/bundle.es.js vendored
View file

@ -6066,7 +6066,7 @@ const walletReducer = handleActions({
return _extends$d({}, state, { return _extends$d({}, state, {
supports: byOutpoint, supports: byOutpoint,
abandoningSupportsById: currentlyAbandoning abandoningSupportsByOutpoint: currentlyAbandoning
}); });
}, },

View file

@ -252,7 +252,7 @@ export const walletReducer = handleActions(
return { return {
...state, ...state,
supports: byOutpoint, supports: byOutpoint,
abandoningSupportsById: currentlyAbandoning, abandoningSupportsByOutpoint: currentlyAbandoning,
}; };
}, },