mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-23 03:47:45 +00:00
close share modal fixed
This commit is contained in:
parent
6a0b8e8b29
commit
6c227ee8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
|
|||
/>
|
||||
{
|
||||
shareModalOpen ?
|
||||
<ModalDialog>
|
||||
<ModalDialog onCloseRequest={closeShareModal}>
|
||||
<SharePrompt
|
||||
url={linksGroups[SHARE_LINK_CATEGORY].href}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue