mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Add missing semicolon
This commit is contained in:
parent
e2acd10339
commit
15ce6a503a
@ -133,7 +133,7 @@ export function Console(props: IProps): React.ReactElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleClick(): void {
|
function handleClick(): void {
|
||||||
if (!consoleInput.current) return
|
if (!consoleInput.current) return;
|
||||||
consoleInput.current.focus();
|
consoleInput.current.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user