Fix channel links and license type prefil on edit #1687

Merged
neb-b merged 2 commits from sean-patch into master 2018-06-25 20:56:30 +02:00
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,