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,
|
shortId: channelShortId,
|
||||||
};
|
};
|
||||||
channelCanonicalUrl = `${createCanonicalLink({channel})}`;
|
channelCanonicalUrl = `${createCanonicalLink({channel})}`;
|
||||||
|
console.log(channelName)
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className='asset-info'>
|
<div className='asset-info'>
|
||||||
|
@ -120,7 +121,7 @@ class AssetInfo extends React.Component {
|
||||||
}
|
}
|
||||||
content={
|
content={
|
||||||
<ClickToCopy
|
<ClickToCopy
|
||||||
id={'short-link'}
|
id={'lbry-permanent-url'}
|
||||||
value={`${channelName}#${certificateId}/${name}`}
|
value={`${channelName}#${certificateId}/${name}`}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue