fixes bug in lbryurl copy
This commit is contained in:
parent
959c06746d
commit
9c0e0b789e
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ class AssetInfo extends React.Component {
|
|||
shortId: channelShortId,
|
||||
};
|
||||
channelCanonicalUrl = `${createCanonicalLink({channel})}`;
|
||||
console.log(channelName)
|
||||
}
|
||||
return (
|
||||
<div className='asset-info'>
|
||||
|
@ -120,7 +121,7 @@ class AssetInfo extends React.Component {
|
|||
}
|
||||
content={
|
||||
<ClickToCopy
|
||||
id={'short-link'}
|
||||
id={'lbry-permanent-url'}
|
||||
value={`${channelName}#${certificateId}/${name}`}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue