Short cute key issue fix
This commit is contained in:
parent
33b0284cf6
commit
09feeffa80
|
|
@ -3806,7 +3806,7 @@ const BSBillingEditQuantity = (props) => {
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{RadioBtnSelection == 'weightAmount' && (
|
{(RadioBtnSelection == 'weightAmount') && isKg && (
|
||||||
<>
|
<>
|
||||||
<WeightCalculatePrice
|
<WeightCalculatePrice
|
||||||
CartOrderDetails={CartOrderDetails}
|
CartOrderDetails={CartOrderDetails}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue