mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 07:51:31 +00:00
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 => ({
|
const select = state => ({
|
||||||
...selectPublishFormValues(state),
|
...selectPublishFormValues(state),
|
||||||
|
fileInfos: selectFileInfosByOutpoint(state),
|
||||||
// The winning claim for a short lbry uri
|
// The winning claim for a short lbry uri
|
||||||
amountNeededForTakeover: selectTakeOverAmount(state),
|
amountNeededForTakeover: selectTakeOverAmount(state),
|
||||||
// My previously published claims under this short lbry uri
|
// My previously published claims under this short lbry uri
|
||||||
myClaimForUri: selectMyClaimForUri(state),
|
myClaimForUri: selectMyClaimForUri(state),
|
||||||
// If I clicked the "edit" button, have I changed the uri?
|
// 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
|
// Need this to make it easier to find the source on previously published content
|
||||||
fileInfos: selectFileInfosByOutpoint(state),
|
|
||||||
isStillEditing: selectIsStillEditing(state),
|
isStillEditing: selectIsStillEditing(state),
|
||||||
isResolvingUri: selectIsResolvingPublishUris(state),
|
isResolvingUri: selectIsResolvingPublishUris(state),
|
||||||
totalRewardValue: selectUnclaimedRewardValue(state),
|
totalRewardValue: selectUnclaimedRewardValue(state),
|
||||||
|
|
Loading…
Add table
Reference in a new issue