mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
Number lvl upgrade corpo ui
This commit is contained in:
@ -44,7 +44,7 @@ export function LevelableUpgrade(props: IProps): React.ReactElement {
|
|||||||
<MoneyCost money={cost} corp={corp} />
|
<MoneyCost money={cost} corp={corp} />
|
||||||
</Button>
|
</Button>
|
||||||
<Tooltip title={tooltip}>
|
<Tooltip title={tooltip}>
|
||||||
<Typography>{data[4]} </Typography>
|
<Typography>{data[4]} - lvl {level}</Typography>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Box>
|
</Box>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Reference in New Issue
Block a user