feature notifications
This commit is contained in:
4
src/helpers/format_currency.js
Normal file
4
src/helpers/format_currency.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const formatCurrency = amount => Number(amount).toLocaleString('es-MX', {
|
||||
style: 'currency',
|
||||
currency: 'MXN'
|
||||
})
|
||||
Reference in New Issue
Block a user