diff --git a/src/ui/component/selectThumbnail/index.js b/src/ui/component/selectThumbnail/index.js index 284a968f0..3e2d2ff5d 100644 --- a/src/ui/component/selectThumbnail/index.js +++ b/src/ui/component/selectThumbnail/index.js @@ -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),