Fix computation of BN level

This commit is contained in:
nickofolas
2022-05-07 16:19:31 -05:00
parent 1f8c5164d7
commit d43ec1d501
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function PortalModal(props: IProps): React.ReactElement {
<br />
<br />
<Typography>{bitNode.info}</Typography>
<BitnodeMultiplierDescription n={props.n} showNext={!props.flume} />
<BitnodeMultiplierDescription n={props.n} level={newLevel} />
<br />
<br />
<Button