@secondstaxorg/sscomp 2.0.68 → 2.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -37247,7 +37247,7 @@ const AmountInput = (props) => {
37247
37247
  setSelStatus('success');
37248
37248
  if (minimumAmount && Number(srVal) < minimumAmount) {
37249
37249
  setSelStatus('error');
37250
- setErrMsg(_optionalChain$3([labelOverrides, 'optionalAccess', _5 => _5.minimumAmountMsg]) || 'Minimum amount is '+minimumAmount);
37250
+ setErrMsg(_optionalChain$3([labelOverrides, 'optionalAccess', _5 => _5.minimumAmountMsg]) || 'Minimum amount is '+ currencyCode +' '+minimumAmount);
37251
37251
  }
37252
37252
  } else {
37253
37253
  setSelStatus('error');