mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
UI: Only show relevant changes in "Purchased Augmentations" table (#1476)
This commit is contained in:
parent
06553d9700
commit
8d39c7d9fc
@ -71,8 +71,12 @@ function MultiplierList(props: IMultiplierListProps): React.ReactElement {
|
||||
secondary={
|
||||
<span style={{ display: "flex", alignItems: "center", flexWrap: "wrap" }}>
|
||||
<BitNodeModifiedStats base={current} mult={bnMult} color={color} />
|
||||
<DoubleArrow fontSize="small" color="success" sx={{ mb: 0.5, mx: 1 }} />
|
||||
<BitNodeModifiedStats base={augmented} mult={bnMult} color={Settings.theme.success} />
|
||||
{current !== augmented && (
|
||||
<>
|
||||
<DoubleArrow fontSize="small" color="success" sx={{ mb: 0.5, mx: 1 }} />
|
||||
<BitNodeModifiedStats base={augmented} mult={bnMult} color={Settings.theme.success} />
|
||||
</>
|
||||
)}
|
||||
</span>
|
||||
}
|
||||
disableTypography
|
||||
|
Loading…
Reference in New Issue
Block a user