Remove onClose required prop from AppHelp
This commit is contained in:
@@ -14,7 +14,6 @@ const AppHelp = ({ text }) => (
|
||||
)
|
||||
|
||||
AppHelp.propTypes = {
|
||||
onClose: PropTypes.func.isRequired,
|
||||
text: PropTypes.string.isRequired,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user