You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check this line in project.
The problem is formatCurrency() does not respect optionalCharacteristic option and chops off leading zero before the decimal point.
Check this line in project.
The problem is
formatCurrency()
does not respectoptionalCharacteristic
option and chops off leading zero before the decimal point.For example for this input:
we get this output:
but it should be:
The text was updated successfully, but these errors were encountered: