From dd19af3b3df633eb7eb5ebc6fbb059f78bff1272 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 25 Jun 2018 13:49:59 -0400 Subject: [PATCH 1/2] include proto with channel links --- src/renderer/component/uriIndicator/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/component/uriIndicator/view.jsx b/src/renderer/component/uriIndicator/view.jsx index 98c249932..80f2f9ec2 100644 --- a/src/renderer/component/uriIndicator/view.jsx +++ b/src/renderer/component/uriIndicator/view.jsx @@ -56,7 +56,7 @@ class UriIndicator extends React.PureComponent { let channelLink; if (signatureIsValid) { - channelLink = link ? buildURI({ channelName, claimId: channelClaimId }, false) : false; + channelLink = link ? buildURI({ channelName, claimId: channelClaimId }) : false; } const inner = ( From d2e32f38ef1e841291078ab23ffb7101986930b3 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 25 Jun 2018 14:23:25 -0400 Subject: [PATCH 2/2] prefil license type on edit --- src/renderer/redux/actions/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/redux/actions/publish.js b/src/renderer/redux/actions/publish.js index 9d27dc07b..5c725a64f 100644 --- a/src/renderer/redux/actions/publish.js +++ b/src/renderer/redux/actions/publish.js @@ -161,7 +161,7 @@ export const doPrepareEdit = (claim: any, uri: string) => (dispatch: Dispatch) = description, fee, language, - license, + licenseType: license, licenseUrl, nsfw, thumbnail,