mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-02 03:17:34 +01:00
Fix keys
This commit is contained in:
parent
96226f199f
commit
2d904e08b4
@ -8,7 +8,6 @@ import { Augmentations } from "../Augmentations";
|
|||||||
import { AugmentationNames } from "../data/AugmentationNames";
|
import { AugmentationNames } from "../data/AugmentationNames";
|
||||||
import { Player } from "../../Player";
|
import { Player } from "../../Player";
|
||||||
|
|
||||||
import { AugmentationAccordion } from "../../ui/React/AugmentationAccordion";
|
|
||||||
import { List, Paper, ListItemText, ListItem, Tooltip, Typography } from "@mui/material";
|
import { List, Paper, ListItemText, ListItem, Tooltip, Typography } from "@mui/material";
|
||||||
|
|
||||||
export function PurchasedAugmentations(): React.ReactElement {
|
export function PurchasedAugmentations(): React.ReactElement {
|
||||||
@ -53,8 +52,9 @@ export function PurchasedAugmentations(): React.ReactElement {
|
|||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
enterDelay={500}
|
enterDelay={500}
|
||||||
|
key={displayName}
|
||||||
>
|
>
|
||||||
<ListItem key={displayName} sx={{ py: 0 }}>
|
<ListItem sx={{ py: 0 }}>
|
||||||
<ListItemText primary={displayName} />
|
<ListItemText primary={displayName} />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Tooltip>,
|
</Tooltip>,
|
||||||
|
Loading…
Reference in New Issue
Block a user