mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
Fixed typo in PlayerObjectGeneralMethods.jsx
This commit is contained in:
@ -660,7 +660,7 @@ export function work(numCycles) {
|
|||||||
|
|
||||||
const penalty = this.cancelationPenalty();
|
const penalty = this.cancelationPenalty();
|
||||||
|
|
||||||
const penaltyString = penalty === 0.5 ? 'half' : 'three quarter'
|
const penaltyString = penalty === 0.5 ? 'half' : 'three-quarters'
|
||||||
|
|
||||||
var elem = document.getElementById("work-in-progress-text");
|
var elem = document.getElementById("work-in-progress-text");
|
||||||
ReactDOM.render(<>
|
ReactDOM.render(<>
|
||||||
|
Reference in New Issue
Block a user