mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
lint
This commit is contained in:
@@ -10,7 +10,6 @@ import { ServerAccordions } from "./ServerAccordions";
|
||||
import { WorkerScript } from "../../Netscript/WorkerScript";
|
||||
|
||||
import Typography from "@mui/material/Typography";
|
||||
import TextField from "@mui/material/TextField";
|
||||
|
||||
type IProps = {
|
||||
workerScripts: Map<number, WorkerScript>;
|
||||
@@ -35,7 +34,7 @@ export function ActiveScriptsRoot(props: IProps): React.ReactElement {
|
||||
on which they are running.
|
||||
</Typography>
|
||||
|
||||
<ScriptProduction {...props} />
|
||||
<ScriptProduction />
|
||||
<ServerAccordions {...props} />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user