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:
omuretsu
2023-07-31 04:26:15 -04:00
parent 1e0d3a7747
commit fc86895c30
10 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -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 && (
<>