regression fix

This commit is contained in:
phyzical 2022-04-13 18:52:01 +08:00
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 (
<> <>