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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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