mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -4,9 +4,7 @@ import { numeralWrapper } from "../../ui/numeralFormat";
|
||||
export function Hashes(hashes: number | string): JSX.Element {
|
||||
return (
|
||||
<span className={"money-gold samefont"}>
|
||||
{typeof hashes === "number"
|
||||
? numeralWrapper.formatHashes(hashes)
|
||||
: hashes}
|
||||
{typeof hashes === "number" ? numeralWrapper.formatHashes(hashes) : hashes}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user