Skip to content

Commit 58bda2a

Browse files
dnunnarisimonwep
authored andcommitted
feat: adds costa rica colon
1 parent 0140fd1 commit 58bda2a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/store/state/types.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export const availableCurrencies = [
2727
'BRL',
2828
'ZAR',
2929
'HUF',
30-
'PLN'
30+
'PLN',
31+
'CRC'
3132
];
3233

3334
export type AvailableCurrency =
@@ -54,7 +55,8 @@ export type AvailableCurrency =
5455
| 'BRL'
5556
| 'ZAR'
5657
| 'HUF'
57-
| 'PLN';
58+
| 'PLN'
59+
| 'CRC';
5860

5961
export interface Budget {
6062
id: string;

0 commit comments

Comments
 (0)