mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #2563 from Feodoric/hacknet-node-production-highlight
Hacknet node production doesn't display with unbuyable style
This commit is contained in:
commit
72841d5d09
@ -182,7 +182,7 @@ export function HacknetNodeElem(props: IProps): React.ReactElement {
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell colSpan={2}>
|
<TableCell colSpan={2}>
|
||||||
<Typography>
|
<Typography>
|
||||||
<Money money={node.totalMoneyGenerated} player={props.player} /> (
|
<Money money={node.totalMoneyGenerated} /> (
|
||||||
<MoneyRate money={node.moneyGainRatePerSecond} />)
|
<MoneyRate money={node.moneyGainRatePerSecond} />)
|
||||||
</Typography>
|
</Typography>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
Loading…
Reference in New Issue
Block a user