Remove selector property as is already being passed in from another component
This commit is contained in:
parent
0bd65bce47
commit
a5457e083a
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ const select = (state, props) => ({
|
||||||
/* availability check is disabled due to poor performance, TBD if it dies forever or requires daemon fix */
|
/* availability check is disabled due to poor performance, TBD if it dies forever or requires daemon fix */
|
||||||
costInfo: makeSelectCostInfoForUri(props.uri)(state),
|
costInfo: makeSelectCostInfoForUri(props.uri)(state),
|
||||||
claimIsMine: makeSelectClaimIsMine(props.uri)(state),
|
claimIsMine: makeSelectClaimIsMine(props.uri)(state),
|
||||||
claimId: props.claimId,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const perform = dispatch => ({
|
const perform = dispatch => ({
|
||||||
|
|
Loading…
Add table
Reference in a new issue