simplify share modal slightly

This commit is contained in:
Sean Yesmunt 2020-07-23 11:57:09 -04:00
parent f53bda865c
commit fd6be7d3af

View file

@ -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