Updated the currencies to have OMR as well

This commit is contained in:
Tiago Ribeiro
2024-05-16 13:44:27 +01:00
parent c18afee9ad
commit d022bd078a
2 changed files with 5 additions and 1 deletions

View File

@@ -95,4 +95,8 @@ export const CURRENCIES: {label: string; currency: string}[] = [
label: "United States dollar",
currency: "USD",
},
{
label: "Omani rial",
currency: "OMR",
},
];