diff --git a/src/routes/Player/ControlBar/ControlBar.js b/src/routes/Player/ControlBar/ControlBar.js index 7eba4b5c7..1e8c0de5c 100644 --- a/src/routes/Player/ControlBar/ControlBar.js +++ b/src/routes/Player/ControlBar/ControlBar.js @@ -37,7 +37,7 @@ const ControlBar = (props) => (
( />
@@ -57,7 +57,7 @@ const ControlBar = (props) => ( ControlBar.propTypes = { className: PropTypes.string, - popupClassName: PropTypes.string, + popupContainerClassName: PropTypes.string, paused: PropTypes.bool, time: PropTypes.number, duration: PropTypes.number,