Fix job bug

This commit is contained in:
Olivier Gagnon 2021-08-20 15:41:15 -04:00
parent dcddc0c2d5
commit 980665b77c
2 changed files with 3 additions and 0 deletions

@ -107,6 +107,8 @@ export class CompanyLocation extends React.Component<IProps, IState> {
employedHere: false,
}
this.props.p.location = props.locName;
this.checkIfEmployedHere(false);
}

@ -1742,6 +1742,7 @@ export function applyForJob(entryPosType, sing=false) {
}
this.jobs[company.name] = pos.name;
this.companyName = this.location;
document.getElementById("world-menu-header").click();
document.getElementById("world-menu-header").click();