BITVERSE: Fix React warning (#1449)

This commit is contained in:
catloversg
2024-07-02 03:17:30 +07:00
committed by GitHub
parent e66a8e319f
commit 922f0bfcc5

View File

@@ -37,7 +37,7 @@ export function PortalModal(props: IProps): React.ReactElement {
<Typography> Difficulty: {["easy", "normal", "hard"][bitNode.difficulty]}</Typography>
<br />
<br />
<Typography>{bitNode.info}</Typography>
<Typography component="div">{bitNode.info}</Typography>
<BitnodeMultiplierDescription n={props.n} level={newLevel} />
<br />
<Button