mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
Merge pull request #1623 from Saynt-Garmo/dev
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} />
|
||||
</Button>
|
||||
<Tooltip title={tooltip}>
|
||||
<Typography>{data[4]} </Typography>
|
||||
<Typography>{data[4]} - lvl {level}</Typography>
|
||||
</Tooltip>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
Reference in New Issue
Block a user