mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
Updated "next equipment unlock" text for gang equipment (#418)
This commit is contained in:
parent
057aeaea83
commit
e84e734171
@ -41,7 +41,7 @@ function NextReveal(props: INextRevealProps): React.ReactElement {
|
||||
if (upgrades.length === 0) return <></>;
|
||||
return (
|
||||
<Typography>
|
||||
Next at <Money money={upgrades[0].cost} />
|
||||
Next at <Money money={gang.getUpgradeCost(upgrades[0])} />
|
||||
</Typography>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user