mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 03:04:00 -05:00
Fix PayPal tab isn't opening
This commit is contained in:
@@ -62,7 +62,7 @@ export default contain(
|
||||
|
||||
goToJobBoard() {
|
||||
const { appActions } = this.props;
|
||||
appActions.goTo('/jobs');
|
||||
setTimeout(() => appActions.goTo('/jobs'), 0);
|
||||
},
|
||||
|
||||
renderDiscount(discountAmount) {
|
||||
|
||||
Reference in New Issue
Block a user