Merge pull request #807 from jessopb/lbryurlbug

fixes bug in lbryurl copy
This commit is contained in:
Shawn K 2018-12-04 12:14:27 -06:00 committed by GitHub
commit e78ef17cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ class AssetInfo extends React.Component {
}
content={
<ClickToCopy
id={'short-link'}
id={'lbry-permanent-url'}
value={`${channelName}#${certificateId}/${name}`}
/>
}