fix: subscribe button on search page
This commit is contained in:
parent
8fa5573f73
commit
445e8430f4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class ChannelTile extends React.PureComponent<Props> {
|
|||
let subscriptionUri;
|
||||
if (claim) {
|
||||
channelName = claim.name;
|
||||
subscriptionUri = claim.permanent_url;
|
||||
subscriptionUri = `lbry://${claim.permanent_url}`;
|
||||
}
|
||||
|
||||
const onClick = () => navigate('/show', { uri });
|
||||
|
|
Loading…
Add table
Reference in a new issue