Merge pull request #2563 from Feodoric/hacknet-node-production-highlight

Hacknet node production doesn't display with unbuyable style
This commit is contained in:
hydroflame 2022-01-11 14:29:24 -05:00 committed by GitHub
commit 72841d5d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,7 +182,7 @@ export function HacknetNodeElem(props: IProps): React.ReactElement {
</TableCell>
<TableCell colSpan={2}>
<Typography>
<Money money={node.totalMoneyGenerated} player={props.player} /> (
<Money money={node.totalMoneyGenerated} /> (
<MoneyRate money={node.moneyGainRatePerSecond} />)
</Typography>
</TableCell>