cleanup
This commit is contained in:
parent
d8c2770ac1
commit
6bae4577a4
1 changed files with 1 additions and 1 deletions
|
@ -20,13 +20,13 @@ import PublishPage from './view';
|
|||
|
||||
const select = state => ({
|
||||
...selectPublishFormValues(state),
|
||||
fileInfos: selectFileInfosByOutpoint(state),
|
||||
// The winning claim for a short lbry uri
|
||||
amountNeededForTakeover: selectTakeOverAmount(state),
|
||||
// My previously published claims under this short lbry uri
|
||||
myClaimForUri: selectMyClaimForUri(state),
|
||||
// If I clicked the "edit" button, have I changed the uri?
|
||||
// Need this to make it easier to find the source on previously published content
|
||||
fileInfos: selectFileInfosByOutpoint(state),
|
||||
isStillEditing: selectIsStillEditing(state),
|
||||
isResolvingUri: selectIsResolvingPublishUris(state),
|
||||
totalRewardValue: selectUnclaimedRewardValue(state),
|
||||
|
|
Loading…
Add table
Reference in a new issue