mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +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 (
|
||||
<>
|
||||
label={<Typography>{props.warehouse.materials[props.matName].name}</Typography>}
|
||||
{<Typography>{props.warehouse.materials[props.matName].name}</Typography>}
|
||||
<FormControlLabel
|
||||
control={<Switch checked={value == "leftovers"} onChange={onLOChange} />}
|
||||
label={<Typography>{"Use leftovers"}</Typography>}
|
||||
|
Loading…
Reference in New Issue
Block a user