fix(client): add navigate proptype (#39434)

This commit is contained in:
Ahmad Abdolsaheb
2020-08-20 00:34:40 +03:00
committed by GitHub
parent eb75f8c8cc
commit b1be0425a5

View File

@ -37,6 +37,7 @@ const propTypes = {
handleProcessing: PropTypes.func,
isDonating: PropTypes.bool,
isSignedIn: PropTypes.bool,
navigate: PropTypes.func.isRequired,
showLoading: PropTypes.bool.isRequired,
stripe: PropTypes.shape({
createToken: PropTypes.func.isRequired,