mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
learned and implemented default props
This commit is contained in:
@@ -341,7 +341,6 @@ export function TerminalInput({ terminal, router, player }: IProps): React.React
|
||||
</Paper>
|
||||
)}
|
||||
<TextField
|
||||
variant="standard"
|
||||
color={terminal.action === null ? "primary" : "secondary"}
|
||||
autoFocus
|
||||
disabled={terminal.action !== null}
|
||||
|
||||
Reference in New Issue
Block a user