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 (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<CopyableText label={__('LBRY Link')} copyable={openDotLbryDotComUrl} />
|
<CopyableText copyable={openDotLbryDotComUrl} />
|
||||||
{showStartAt && (
|
{showStartAt && (
|
||||||
<div className="section__start-at">
|
<div className="section__start-at">
|
||||||
<FormField
|
<FormField
|
||||||
|
|
Loading…
Reference in a new issue