From b1be0425a55f584f8e97ca37ce2c3dd85ba65150 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Thu, 20 Aug 2020 00:34:40 +0300 Subject: [PATCH] fix(client): add navigate proptype (#39434) --- client/src/components/Donation/DonateForm.js | 1 + 1 file changed, 1 insertion(+) 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,