Merge pull request #807 from jessopb/lbryurlbug
fixes bug in lbryurl copy
This commit is contained in:
commit
e78ef17cca
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,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