mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
fmt, remove corp routing, lint
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
import * as React from "react";
|
||||
|
||||
import { WorkerScriptAccordion } from "./WorkerScriptAccordion";
|
||||
import { Accordion } from "../React/Accordion";
|
||||
import { ServerAccordionContent } from "./ServerAccordionContent";
|
||||
|
||||
@@ -33,12 +32,6 @@ export function ServerAccordion(props: IProps): React.ReactElement {
|
||||
};
|
||||
const headerTxt = `${paddedName} ${createProgressBarText(barOptions)}`;
|
||||
|
||||
const scripts = props.workerScripts.map((ws) => {
|
||||
return (
|
||||
<WorkerScriptAccordion key={`${ws.name}_${ws.args}`} workerScript={ws} />
|
||||
);
|
||||
});
|
||||
|
||||
return (
|
||||
<Accordion
|
||||
headerContent={<pre>{headerTxt}</pre>}
|
||||
|
||||
Reference in New Issue
Block a user