From b8a9f6b497862f23fc0e40e34a3d2a8b7b97a4a1 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 4 Sep 2025 14:47:00 -0600 Subject: [PATCH] adding spaces to some places since libra cart is two words --- src/bin/BinSettings.tsx | 9 +++++---- src/integrations/LibraCart/LibraCartAccess.tsx | 4 ++-- src/navigation/SideNavigator.tsx | 4 ++-- src/pages/LibraCart.tsx | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/bin/BinSettings.tsx b/src/bin/BinSettings.tsx index f970b2b..c65bd31 100644 --- a/src/bin/BinSettings.tsx +++ b/src/bin/BinSettings.tsx @@ -485,6 +485,7 @@ export default function BinSettings(props: Props) { form.inventory.inventoryControl = inventoryControl form.inventory.autoThreshold = autoFillThreshold } + console.log(form) binAPI .updateBin(bin.key(), form, as) .then(response => { @@ -741,7 +742,7 @@ export default function BinSettings(props: Props) { case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_HYBRID_LIDAR: return "Hybrid (lidar)" case pond.BinInventoryControl.BIN_INVENTORY_CONTROL_LIBRACART: - return "Auto (LibraCart)" + return "Auto (Libra Cart)" default: return "Manual" } @@ -905,7 +906,7 @@ export default function BinSettings(props: Props) { } - label={"Auto (LibraCart)"} + label={"Auto (Libra Cart)"} /> } @@ -951,7 +952,7 @@ export default function BinSettings(props: Props) { {inventoryControl === pond.BinInventoryControl.BIN_INVENTORY_CONTROL_LIBRACART && { let newForm = form; @@ -963,7 +964,7 @@ export default function BinSettings(props: Props) { options={lcDestinationOptions} /> - The linked bins inventory will be adjusted When the LibraCart Destination data is synced every 6 hours + The linked bins inventory will be adjusted When the Libra Cart Destination data is synced every 6 hours } diff --git a/src/integrations/LibraCart/LibraCartAccess.tsx b/src/integrations/LibraCart/LibraCartAccess.tsx index eb39433..b097875 100644 --- a/src/integrations/LibraCart/LibraCartAccess.tsx +++ b/src/integrations/LibraCart/LibraCartAccess.tsx @@ -196,7 +196,7 @@ export default function LibraCartAccess() { - +