mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
Fix missing money display
This commit is contained in:
@@ -23,10 +23,10 @@ export function PurchaseButton(props) {
|
||||
text = <>Hacknet Server limit reached</>;
|
||||
style = {color: "red"};
|
||||
} else {
|
||||
text = <>Purchase Hacknet Server - {Money(cost)}</>;
|
||||
text = <>Purchase Hacknet Server - <Money money={cost} player={Player} /></>;
|
||||
}
|
||||
} else {
|
||||
text = <>Purchase Hacknet Node - {Money(cost)}</>;
|
||||
text = <>Purchase Hacknet Node - <Money money={cost} player={Player} /></>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user