This commit is contained in:
Olivier Gagnon
2021-09-19 23:29:02 -04:00
parent 4a3201cba3
commit fb37f6b94d
25 changed files with 242 additions and 242 deletions

View File

@@ -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} />
</>
);