mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 12:58:48 +00:00
fix the tooltip prop error
This commit is contained in:
parent
369871869a
commit
5bbaef4fd8
1 changed files with 2 additions and 1 deletions
|
|
@ -238,7 +238,8 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
<ActionButton
|
||||
className={styles['action-button']}
|
||||
icon={'share'}
|
||||
tooltip={t('CTX_SHARE')}
|
||||
label={t('CTX_SHARE')}
|
||||
tooltip={true}
|
||||
tabIndex={compact ? -1 : 0}
|
||||
onClick={openShareModal}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue