()
| 357 | } |
| 358 | |
| 359 | function onShare() { |
| 360 | const url = getShareUrl(); |
| 361 | copyToClipboard(url); |
| 362 | Toast.success('Copied to clipboard'); |
| 363 | } |
| 364 | |
| 365 | return ( |
| 366 | <div className={styles.container}> |
nothing calls this directly
no test coverage detected