Updated the currencies to have OMR as well
This commit is contained in:
@@ -95,4 +95,8 @@ export const CURRENCIES: {label: string; currency: string}[] = [
|
||||
label: "United States dollar",
|
||||
currency: "USD",
|
||||
},
|
||||
{
|
||||
label: "Omani rial",
|
||||
currency: "OMR",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user