mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
regression fix
This commit is contained in:
parent
6b48ff8f21
commit
3eb9c4a2e2
@ -46,10 +46,7 @@ export function Info(props: IProps): React.ReactElement {
|
||||
|
||||
const favorGain = props.faction.getFavorGain();
|
||||
const offersWork =
|
||||
props.factionInfo.offerHackingMission ||
|
||||
props.factionInfo.offerFieldWork ||
|
||||
props.factionInfo.offerSecurityWork ||
|
||||
props.factionInfo.offerHackingWork;
|
||||
props.factionInfo.offerFieldWork || props.factionInfo.offerSecurityWork || props.factionInfo.offerHackingWork;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user