Skip to content

Commit 9309fa9

Browse files
committed
feat: add support for currency rupiah
1 parent f63db75 commit 9309fa9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/store/state/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export const availableCurrencies = [
2828
'ZAR',
2929
'HUF',
3030
'PLN',
31-
'CRC'
31+
'CRC',
32+
'IDR'
3233
];
3334

3435
export type AvailableCurrency =
@@ -56,7 +57,8 @@ export type AvailableCurrency =
5657
| 'ZAR'
5758
| 'HUF'
5859
| 'PLN'
59-
| 'CRC';
60+
| 'CRC'
61+
| 'IDR';
6062

6163
export interface Budget {
6264
id: string;

0 commit comments

Comments
 (0)