diff --git a/src/routes/Player/ControlBar/MuteButton/MuteButton.js b/src/routes/Player/ControlBar/MuteButton/MuteButton.js index 3f6076837..c3141d5f4 100644 --- a/src/routes/Player/ControlBar/MuteButton/MuteButton.js +++ b/src/routes/Player/ControlBar/MuteButton/MuteButton.js @@ -16,7 +16,7 @@ const MuteButton = ({ className, muted, volume, dispatch }) => { volume < 70 ? 'ic_volume2' : 'ic_volume3'; return ( - );