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:
Babacar Diop
2025-05-16 10:09:41 +00:00
committed by GitHub
parent 160eb23454
commit 4017bd48f7
2 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ export enum CurrencyCode {
VUV = 'VUV',
WST = 'WST',
XCD = 'XCD',
XOF = 'XOF',
YER = 'YER',
ZAR = 'ZAR',
ZMW = 'ZMW',

View File

@ -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 },