From ecaa9c15751b924e6cbbccf4c8bccebe116f428f Mon Sep 17 00:00:00 2001 From: Arsen Melikyan Date: Sun, 24 Jan 2016 10:40:22 +0400 Subject: [PATCH] Fix PayPal tab isn't opening --- common/app/routes/Jobs/components/GoToPayPal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {