- updated call form, new fields;
- updated preview pages for bando; - fixed bug with decimal number field;
This commit is contained in:
@@ -5,7 +5,7 @@ const getNumberWithCurrency = (value, currency = 'EUR') => {
|
||||
currency
|
||||
})
|
||||
|
||||
return formatter.format(value)
|
||||
return value ? formatter.format(value) : formatter.format(0)
|
||||
}
|
||||
|
||||
export default getNumberWithCurrency;
|
||||
Reference in New Issue
Block a user