mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -2,5 +2,5 @@ import { numeralWrapper } from "../../ui/numeralFormat";
|
||||
import { Hashes } from "../../ui/React/Hashes";
|
||||
|
||||
export function HashRate(hashes: number): JSX.Element {
|
||||
return Hashes(`${numeralWrapper.formatHashes(hashes)} / sec`);
|
||||
}
|
||||
return Hashes(`${numeralWrapper.formatHashes(hashes)} / sec`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user