Always go to open positions when clicking CTA

This commit is contained in:
Brandon Millman
2018-07-24 14:06:53 +08:00
parent 9392d5c84f
commit 51fb6e6a23

View File

@@ -57,6 +57,7 @@ export class Jobs extends React.Component<JobsProps, JobsState> {
}
private _onJoin0xCallToActionClick(): void {
sharedUtils.setUrlHash(OPEN_POSITIONS_HASH);
sharedUtils.scrollToHash(OPEN_POSITIONS_HASH, '');
}
private _updateScreenWidth(): void {
const newScreenWidth = utils.getScreenWidth();