mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
format & lint
This commit is contained in:
@@ -97,9 +97,7 @@ export function ProgramsRoot(): React.ReactElement {
|
||||
sx={{ my: 1, width: "100%" }}
|
||||
onClick={(event) => {
|
||||
if (!event.isTrusted) return;
|
||||
Player.startWork(
|
||||
new CreateProgramWork({singularity: false, programName: program.name }),
|
||||
);
|
||||
Player.startWork(new CreateProgramWork({ singularity: false, programName: program.name }));
|
||||
Player.startFocusing();
|
||||
Router.toWork();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user