mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Merge pull request #4768 from picklesrus/fix-prop-warning
Fix prop type. muteStepContent is an array not a string.
This commit is contained in:
commit
1aca3c0f25
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ MuteModal.propTypes = {
|
|||
muteModalMessages: PropTypes.shape({
|
||||
commentType: PropTypes.string,
|
||||
muteStepHeader: PropTypes.string,
|
||||
muteStepContent: PropTypes.string
|
||||
muteStepContent: PropTypes.array
|
||||
}),
|
||||
onRequestClose: PropTypes.func,
|
||||
timeMuted: PropTypes.string
|
||||
|
|
Loading…
Reference in a new issue