mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
isInstalled removed
This commit is contained in:
parent
d1f6512b96
commit
35a88b8955
1 changed files with 1 additions and 2 deletions
|
|
@ -101,8 +101,7 @@ InstallAddonDialog.defaultProps = {
|
||||||
name: '',
|
name: '',
|
||||||
version: '',
|
version: '',
|
||||||
types: [],
|
types: [],
|
||||||
description: '',
|
description: ''
|
||||||
isInstalled: false
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default InstallAddonDialog;
|
export default InstallAddonDialog;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue