UI: Update general devmenu page (#835)

This commit is contained in:
missymae#2783
2023-10-23 02:01:21 -06:00
committed by GitHub
parent 9dd8275be1
commit ff0118f2f4
4 changed files with 126 additions and 53 deletions
+1 -3
View File
@@ -72,9 +72,7 @@ export function HacknetUpgradeElem(props: IProps): React.ReactElement {
// We'll reuse a Bladeburner css class
return (
<Paper sx={{ p: 1 }}>
<Typography>
<CopyableText value={upg.name} />
</Typography>
<CopyableText value={upg.name} />
<Typography>
Cost: <Hashes hashes={cost} />, Bought: {level} times
</Typography>