mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 09:21:27 +00:00
include proto with channel links
This commit is contained in:
parent
793233873b
commit
dd19af3b3d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class UriIndicator extends React.PureComponent<Props> {
|
||||||
|
|
||||||
let channelLink;
|
let channelLink;
|
||||||
if (signatureIsValid) {
|
if (signatureIsValid) {
|
||||||
channelLink = link ? buildURI({ channelName, claimId: channelClaimId }, false) : false;
|
channelLink = link ? buildURI({ channelName, claimId: channelClaimId }) : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const inner = (
|
const inner = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue