Merge pull request #4768 from picklesrus/fix-prop-warning

Fix prop type. muteStepContent is an array not a string.
This commit is contained in:
picklesrus 2020-12-17 10:00:26 -05:00 committed by GitHub
commit 1aca3c0f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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