mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
UI: Remove extra "label=" text from SmartSupply interface (#1622)
This commit is contained in:
@@ -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>}
|
||||
|
||||
Reference in New Issue
Block a user