Update SettingsFieldCurrencyCodes.ts — XOF Currency (#12047)
Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -147,6 +147,7 @@ export enum CurrencyCode {
|
||||
VUV = 'VUV',
|
||||
WST = 'WST',
|
||||
XCD = 'XCD',
|
||||
XOF = 'XOF',
|
||||
YER = 'YER',
|
||||
ZAR = 'ZAR',
|
||||
ZMW = 'ZMW',
|
||||
|
||||
@ -205,6 +205,7 @@ export const SETTINGS_FIELD_CURRENCY_CODES: Record<
|
||||
VND: { label: 'Vietnamese đồng', Icon: IconCurrencyDong },
|
||||
VUV: { label: 'Vanuatu vatu', Icon: IconCoins },
|
||||
WST: { label: 'Samoan tala', Icon: IconCoins },
|
||||
XOF: { label: 'West African CFA franc', Icon: IconCoins },
|
||||
XCD: { label: 'East Caribbean dollar', Icon: IconCurrencyDollar },
|
||||
YER: { label: 'Yemeni rial', Icon: IconCoins },
|
||||
ZAR: { label: 'South African rand', Icon: IconCoins },
|
||||
|
||||
Reference in New Issue
Block a user