mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Some quick 2.4.0 fixes
* No longer tells player it is a dev version and shows changelog every load * Updated snapshot for player save format continuity test (changed due to number of donations changing) * Fixed some display issues surrounding augmentations page (newlines were not displaying in tooltip, and NFG is sorted at the top again)
This commit is contained in:
@@ -45,7 +45,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement {
|
||||
<>
|
||||
<br />
|
||||
<br />
|
||||
<Typography>{props.aug.stats}</Typography>
|
||||
<Typography whiteSpace={"pre-wrap"}>{props.aug.stats}</Typography>
|
||||
</>
|
||||
)}
|
||||
</Box>
|
||||
@@ -62,7 +62,7 @@ export function AugmentationAccordion(props: IProps): React.ReactElement {
|
||||
</ListItemButton>
|
||||
<Collapse in={open} unmountOnExit>
|
||||
<Box m={4}>
|
||||
<Typography>
|
||||
<Typography whiteSpace={"pre-wrap"}>
|
||||
{props.aug.info}
|
||||
{props.aug.stats && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user