From 09feeffa80e20de8ee28472d7be68257307ab64b Mon Sep 17 00:00:00 2001 From: Srinath Date: Wed, 25 Feb 2026 16:24:56 +0530 Subject: [PATCH] Short cute key issue fix --- .../BSBillingEditQuantity/BSBillingEditQuantity.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx index d309960..9e5df58 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingEditQuantity/BSBillingEditQuantity.jsx @@ -3806,7 +3806,7 @@ const BSBillingEditQuantity = (props) => { /> )} - {RadioBtnSelection == 'weightAmount' && ( + {(RadioBtnSelection == 'weightAmount') && isKg && ( <>