diff --git a/src/common/Popup/Popup.js b/src/common/Popup/Popup.js index 91664087b..8de60162d 100644 --- a/src/common/Popup/Popup.js +++ b/src/common/Popup/Popup.js @@ -3,7 +3,7 @@ const PropTypes = require('prop-types'); const { Modal } = require('stremio-router'); const styles = require('./styles'); -const Popup = ({ open = false, menuMatchLabelWidth = false, renderLabel, renderMenu, onCloseRequest }) => { +const Popup = ({ open, menuMatchLabelWidth, renderLabel, renderMenu, onCloseRequest }) => { const labelRef = React.useRef(null); const menuRef = React.useRef(null); const [menuStyles, setMenuStyles] = React.useState({});