Merge pull request #1687 from lbryio/sean-patch

Fix channel links and license type prefil on edit
This commit is contained in:
Sean Yesmunt 2018-06-25 14:56:29 -04:00 committed by GitHub
commit 22207d2636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ class UriIndicator extends React.PureComponent<Props> {
let channelLink;
if (signatureIsValid) {
channelLink = link ? buildURI({ channelName, claimId: channelClaimId }, false) : false;
channelLink = link ? buildURI({ channelName, claimId: channelClaimId }) : false;
}
const inner = (

View file

@ -161,7 +161,7 @@ export const doPrepareEdit = (claim: any, uri: string) => (dispatch: Dispatch) =
description,
fee,
language,
license,
licenseType: license,
licenseUrl,
nsfw,
thumbnail,