fix: (*): fix currency code.

This commit is contained in:
elforjani3
2021-03-30 18:57:10 +02:00
parent 628d483813
commit 86a36f4044
32 changed files with 203 additions and 110 deletions

View File

@@ -39,7 +39,7 @@ const MoneyFieldCellRenderer = ({
className={CLASSES.FILL}>
<MoneyInputGroup
value={value}
prefix={'$'}
// prefix={'$'}
onChange={handleFieldChange}
onBlur={handleFieldBlur}
{...moneyInputGroupProps}