diff --git a/src/core/utils/contexts/fields/units.ts b/src/core/utils/contexts/fields/units.ts index 630a02a..335b907 100644 --- a/src/core/utils/contexts/fields/units.ts +++ b/src/core/utils/contexts/fields/units.ts @@ -127,6 +127,10 @@ export const unitTypes = [{ label: i18n.labels.rupiah, value: `"Rp"0.00`, }, +{ + label: i18n.labels.reais, + value: `"R$"0.00`, +}, { label: i18n.labels.pounds, value: `0"lb"`, @@ -176,4 +180,4 @@ export const unitTypes = [{ value: `0.00E+00`, }, -] \ No newline at end of file +]