mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
UI: Remove extra "label=" text from SmartSupply interface (#1622)
This commit is contained in:
parent
028e779602
commit
49629d1d28
@ -48,7 +48,7 @@ function SSoption(props: ISSoptionProps): React.ReactElement {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
label={<Typography>{props.warehouse.materials[props.matName].name}</Typography>}
|
{<Typography>{props.warehouse.materials[props.matName].name}</Typography>}
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={<Switch checked={value == "leftovers"} onChange={onLOChange} />}
|
control={<Switch checked={value == "leftovers"} onChange={onLOChange} />}
|
||||||
label={<Typography>{"Use leftovers"}</Typography>}
|
label={<Typography>{"Use leftovers"}</Typography>}
|
||||||
|
Loading…
Reference in New Issue
Block a user