Skip to content

Commit efdaca3

Browse files
aAndy03simonwep
authored andcommitted
feat: RON and MDL to available currencies
1 parent 930ec0b commit efdaca3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/store/state/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export const availableCurrencies = [
3232
'HUF',
3333
'PLN',
3434
'CRC',
35-
'IDR'
35+
'IDR',
36+
'RON',
37+
'MDL'
3638
] as const;
3739

3840
export type AvailableCurrency = (typeof availableCurrencies)[number];

0 commit comments

Comments
 (0)