From 49629d1d28711c00bef10d8eed8913c4e2541bc4 Mon Sep 17 00:00:00 2001
From: gmcew <97335456+gmcew@users.noreply.github.com>
Date: Sat, 24 Aug 2024 05:27:36 +0100
Subject: [PATCH] UI: Remove extra "label=" text from SmartSupply interface
(#1622)
---
src/Corporation/ui/modals/SmartSupplyModal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Corporation/ui/modals/SmartSupplyModal.tsx b/src/Corporation/ui/modals/SmartSupplyModal.tsx
index 68afafb94..b24c93213 100644
--- a/src/Corporation/ui/modals/SmartSupplyModal.tsx
+++ b/src/Corporation/ui/modals/SmartSupplyModal.tsx
@@ -48,7 +48,7 @@ function SSoption(props: ISSoptionProps): React.ReactElement {
return (
<>
- label={{props.warehouse.materials[props.matName].name}}
+ {{props.warehouse.materials[props.matName].name}}
}
label={{"Use leftovers"}}