mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
plenty of bug fix.
This commit is contained in:
@@ -119,7 +119,6 @@ export function Game(props: IProps): React.ReactElement {
|
||||
}
|
||||
|
||||
function Progress(): React.ReactElement {
|
||||
console.log(results);
|
||||
return (
|
||||
<Typography variant="h4">
|
||||
<span style={{ color: "gray" }}>{results.slice(0, results.length - 1)}</span>
|
||||
|
||||
Reference in New Issue
Block a user