Skip to content

Commit

Permalink
UI: Remove extra "label=" text from SmartSupply interface (bitburner-…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcew authored Aug 24, 2024
1 parent 028e779 commit 49629d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Corporation/ui/modals/SmartSupplyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
Expand Down

0 comments on commit 49629d1

Please sign in to comment.