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