fix: General.

This commit is contained in:
elforjani3
2021-02-07 16:34:50 +02:00
parent 8d185f834e
commit ef0057c90c
2 changed files with 21 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
export default [
{ label: 'US Dollar', code: 'USD' },
{ label: 'Euro', code: 'EUR' },
{ label: 'Libyan Dinar ', code: 'LYD' },
{ name: 'US Dollar', code: 'USD' },
{ name: 'Euro', code: 'EUR' },
{ name: 'Libyan Dinar ', code: 'LYD' },
]