refactor: preferences - general.

This commit is contained in:
elforjani3
2021-02-08 19:01:56 +02:00
parent 9422fb2b86
commit a85842ac61
7 changed files with 345 additions and 304 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' },
]