mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
NETSCRIPT: format fixes
The command `npm run format` reports some formatting issues under `src/ScriptEditor`. Fix the reported formatting issues.
This commit is contained in:
@@ -803,7 +803,9 @@ export function Root(props: IProps): React.ReactElement {
|
||||
...colorProps,
|
||||
};
|
||||
|
||||
const scriptTabText = `${hostname}:~${fileName.startsWith("/") ? "" : "/"}${fileName} ${dirty(index)}`;
|
||||
const scriptTabText = `${hostname}:~${fileName.startsWith("/") ? "" : "/"}${fileName} ${dirty(
|
||||
index,
|
||||
)}`;
|
||||
return (
|
||||
<Draggable
|
||||
key={fileName + hostname}
|
||||
|
||||
Reference in New Issue
Block a user