mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Merge pull request #4186 from quacksouls/ns-format
NETSCRIPT: format fixes
This commit is contained in:
commit
b216d88207
@ -803,7 +803,9 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
...colorProps,
|
...colorProps,
|
||||||
};
|
};
|
||||||
|
|
||||||
const scriptTabText = `${hostname}:~${fileName.startsWith("/") ? "" : "/"}${fileName} ${dirty(index)}`;
|
const scriptTabText = `${hostname}:~${fileName.startsWith("/") ? "" : "/"}${fileName} ${dirty(
|
||||||
|
index,
|
||||||
|
)}`;
|
||||||
return (
|
return (
|
||||||
<Draggable
|
<Draggable
|
||||||
key={fileName + hostname}
|
key={fileName + hostname}
|
||||||
|
Loading…
Reference in New Issue
Block a user