diff --git a/client/src/components/Donation/DonateForm.js b/client/src/components/Donation/DonateForm.js index 693d559ab0..4703ebfd4e 100644 --- a/client/src/components/Donation/DonateForm.js +++ b/client/src/components/Donation/DonateForm.js @@ -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,