mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Add missing semicolon
This commit is contained in:
@@ -133,7 +133,7 @@ export function Console(props: IProps): React.ReactElement {
|
||||
}
|
||||
|
||||
function handleClick(): void {
|
||||
if (!consoleInput.current) return
|
||||
if (!consoleInput.current) return;
|
||||
consoleInput.current.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user