mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-11 22:40:27 +00:00
share modal unnecessary check removed
This commit is contained in:
parent
ec8de99831
commit
bf5a0c67a7
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ const Addons = ({ urlParams, queryParams }) => {
|
|||
null
|
||||
}
|
||||
{
|
||||
sharedAddon !== null && typeof sharedAddon.transportUrl === 'string' ?
|
||||
sharedAddon !== null ?
|
||||
<ModalDialog
|
||||
className={styles['share-modal-container']}
|
||||
title={'Share Addon'}
|
||||
|
|
|
|||
Loading…
Reference in a new issue