@secondstaxorg/sscomp 2.0.67 → 2.0.68
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
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 '+
|
|
37250
|
+
setErrMsg(_optionalChain$3([labelOverrides, 'optionalAccess', _5 => _5.minimumAmountMsg]) || 'Minimum amount is '+minimumAmount);
|
|
37251
37251
|
}
|
|
37252
37252
|
} else {
|
|
37253
37253
|
setSelStatus('error');
|