mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -52,9 +52,7 @@ const useLabelStyles = makeStyles({
|
||||
},
|
||||
});
|
||||
|
||||
export const MuiTextField: React.FC<TextFieldProps> = (
|
||||
props: TextFieldProps,
|
||||
) => {
|
||||
export const MuiTextField: React.FC<TextFieldProps> = (props: TextFieldProps) => {
|
||||
return (
|
||||
<TextField
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user