fix prop type for sound selector

This commit is contained in:
Mario Pesch
2022-03-01 11:33:43 +01:00
parent ab1a46ab0e
commit d62a27c2cc
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class SoundsSelector extends Component {
SoundsSelector.propTypes = {
setSounds: PropTypes.func.isRequired,
language: PropTypes.string.isRequired,
sounds: PropTypes.string.isRequired,
sounds: PropTypes.bool.isRequired,
};
const mapStateToProps = (state) => ({