Hacknet node production doesn't display with unbuyable style

Fixes #1890
This commit is contained in:
Russell Stringer 2022-01-11 13:55:49 -05:00
parent 27a09cfbed
commit d0394a4bd9

@ -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>