Skip to content

Commit

Permalink
chore: add DKK currency
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCa authored Oct 28, 2024
1 parent 103a494 commit baefcac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/state/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const availableCurrencies = [
'CAD',
'CHF',
'CNY',
'DKK',
'SEK',
'NZD',
'MXN',
Expand All @@ -35,6 +36,7 @@ export type AvailableCurrency =
| 'CAD'
| 'CHF'
| 'CNY'
| 'DKK'
| 'SEK'
| 'NZD'
| 'MXN'
Expand Down

0 comments on commit baefcac

Please sign in to comment.