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