mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +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 favorGain = props.faction.getFavorGain();
|
||||||
const offersWork =
|
const offersWork =
|
||||||
props.factionInfo.offerHackingMission ||
|
props.factionInfo.offerFieldWork || props.factionInfo.offerSecurityWork || props.factionInfo.offerHackingWork;
|
||||||
props.factionInfo.offerFieldWork ||
|
|
||||||
props.factionInfo.offerSecurityWork ||
|
|
||||||
props.factionInfo.offerHackingWork;
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user