diff --git a/common/app/routes/Jobs/components/GoToPayPal.jsx b/common/app/routes/Jobs/components/GoToPayPal.jsx index 3879a7a2bb..38f3a15c5b 100644 --- a/common/app/routes/Jobs/components/GoToPayPal.jsx +++ b/common/app/routes/Jobs/components/GoToPayPal.jsx @@ -62,7 +62,7 @@ export default contain( goToJobBoard() { const { appActions } = this.props; - appActions.goTo('/jobs'); + setTimeout(() => appActions.goTo('/jobs'), 0); }, renderDiscount(discountAmount) {