mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-14 03:20:07 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -23,9 +23,7 @@ export function TorButton(props: IProps): React.ReactElement {
|
||||
}
|
||||
|
||||
if (props.p.hasTorRouter()) {
|
||||
return (
|
||||
<StdButtonPurchased style={btnStyle} text={"TOR Router - Purchased"} />
|
||||
);
|
||||
return <StdButtonPurchased style={btnStyle} text={"TOR Router - Purchased"} />;
|
||||
}
|
||||
|
||||
return (
|
||||
@@ -35,8 +33,7 @@ export function TorButton(props: IProps): React.ReactElement {
|
||||
style={btnStyle}
|
||||
text={
|
||||
<>
|
||||
Purchase TOR router -{" "}
|
||||
<Money money={CONSTANTS.TorRouterCost} player={props.p} />
|
||||
Purchase TOR router - <Money money={CONSTANTS.TorRouterCost} player={props.p} />
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user