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
@@ -128,7 +128,7 @@ BlocklyWindow.propTypes = {
onChangeWorkspace: PropTypes.func.isRequired,
clearStats: PropTypes.func.isRequired,
renderer: PropTypes.string.isRequired,
sounds: PropTypes.string.isRequired,
sounds: PropTypes.bool.isRequired,
language: PropTypes.string.isRequired,
};