Fix PayPal tab isn't opening
This commit is contained in:
@ -62,7 +62,7 @@ export default contain(
|
|||||||
|
|
||||||
goToJobBoard() {
|
goToJobBoard() {
|
||||||
const { appActions } = this.props;
|
const { appActions } = this.props;
|
||||||
appActions.goTo('/jobs');
|
setTimeout(() => appActions.goTo('/jobs'), 0);
|
||||||
},
|
},
|
||||||
|
|
||||||
renderDiscount(discountAmount) {
|
renderDiscount(discountAmount) {
|
||||||
|
Reference in New Issue
Block a user