mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
unused className removed
This commit is contained in:
parent
5de793c189
commit
1e132bc8fb
1 changed files with 0 additions and 2 deletions
|
|
@ -141,7 +141,6 @@ const Addons = ({ urlParams, queryParams }) => {
|
|||
transportUrl={selectedAddon.transportUrl}
|
||||
installed={installedAddon(selectedAddon)}
|
||||
official={selectedAddon.flags.official}
|
||||
className={styles['prompt']}
|
||||
cancel={clearSelectedAddon}
|
||||
/>
|
||||
</ModalDialog>
|
||||
|
|
@ -153,7 +152,6 @@ const Addons = ({ urlParams, queryParams }) => {
|
|||
<ModalDialog className={styles['share-prompt-container']} title={'Share addon'} onCloseRequest={() => setSharedAddon(null)}>
|
||||
<SharePrompt
|
||||
url={sharedAddon.transportUrl}
|
||||
className={styles['prompt']}
|
||||
close={() => setSharedAddon(null)}
|
||||
/>
|
||||
</ModalDialog>
|
||||
|
|
|
|||
Loading…
Reference in a new issue