mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
BITVERSE: Fix React warning (#1449)
This commit is contained in:
parent
e66a8e319f
commit
922f0bfcc5
@ -37,7 +37,7 @@ export function PortalModal(props: IProps): React.ReactElement {
|
|||||||
<Typography> Difficulty: {["easy", "normal", "hard"][bitNode.difficulty]}</Typography>
|
<Typography> Difficulty: {["easy", "normal", "hard"][bitNode.difficulty]}</Typography>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<Typography>{bitNode.info}</Typography>
|
<Typography component="div">{bitNode.info}</Typography>
|
||||||
<BitnodeMultiplierDescription n={props.n} level={newLevel} />
|
<BitnodeMultiplierDescription n={props.n} level={newLevel} />
|
||||||
<br />
|
<br />
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user