| Línea 36... |
Línea 36... |
| 36 |
return (
|
36 |
return (
|
| 37 |
<div className="position-relative d-inline-flex" onClick={handleDisplayReactionList} style={{ flexGrow: 1 }}>
|
37 |
<div className="position-relative d-inline-flex" onClick={handleDisplayReactionList} style={{ flexGrow: 1 }}>
|
| 38 |
<Component {...params} />
|
38 |
<Component {...params} />
|
| 39 |
{shareOptions &&
|
39 |
{shareOptions &&
|
| 40 |
<div className="external__share" >
|
40 |
<div className="external__share" >
|
| 41 |
<FacebookShareButton beforeOnClick={() => getShareUrl} url={shareUrl} onShareWindowClose={handleClose}>
|
41 |
<FacebookShareButton beforeOnClick={() => getShareUrl} url={shareUrl} onShareWindowClose={()=> handleClose()}>
|
| 42 |
<FacebookIcon size={32} round />
|
42 |
<FacebookIcon size={32} round />
|
| 43 |
</FacebookShareButton>
|
43 |
</FacebookShareButton>
|
| 44 |
<TwitterShareButton beforeOnClick={() => getShareUrl} url={shareUrl}>
|
44 |
<TwitterShareButton beforeOnClick={() => getShareUrl} url={shareUrl}>
|
| 45 |
<TwitterIcon size={32} round />
|
45 |
<TwitterIcon size={32} round />
|
| 46 |
</TwitterShareButton>
|
46 |
</TwitterShareButton>
|