UI: Remove BitNode's difficulty in BitNode selection popup (#2454)

* UI: Remove BitNode's difficulty in BitNode selection popup

* Run prettier
This commit is contained in:
catloversg
2026-01-26 11:34:54 +07:00
committed by GitHub
parent 5f519991a6
commit d7c1c7be72
3 changed files with 2 additions and 28 deletions
-2
View File
@@ -101,8 +101,6 @@ export function PortalModal(props: IProps): React.ReactElement {
Source-File Level: {props.level} / {maxSourceFileLevel}
</Typography>
<br />
<Typography> Difficulty: {["easy", "normal", "hard"][bitNode.difficulty]}</Typography>
<br />
<br />
<Typography component="div">{bitNode.info}</Typography>
<BitNodeMultiplierDescription n={props.n} level={newLevel} hideMultsIfCannotAccessFeature={false} />