Short cute key issue fix

This commit is contained in:
Srinath 2026-02-25 16:24:56 +05:30
parent 33b0284cf6
commit 09feeffa80
1 changed files with 1 additions and 1 deletions

View File

@ -3806,7 +3806,7 @@ const BSBillingEditQuantity = (props) => {
/> />
</> </>
)} )}
{RadioBtnSelection == 'weightAmount' && ( {(RadioBtnSelection == 'weightAmount') && isKg && (
<> <>
<WeightCalculatePrice <WeightCalculatePrice
CartOrderDetails={CartOrderDetails} CartOrderDetails={CartOrderDetails}