simplify share modal slightly
This commit is contained in:
parent
f53bda865c
commit
fd6be7d3af
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function SocialShare(props: Props) {
|
|||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<CopyableText label={__('LBRY Link')} copyable={openDotLbryDotComUrl} />
|
||||
<CopyableText copyable={openDotLbryDotComUrl} />
|
||||
{showStartAt && (
|
||||
<div className="section__start-at">
|
||||
<FormField
|
||||
|
|
Loading…
Reference in a new issue