Skip to content

Commit 65a2a72

Browse files
Add DKK currency conversion rate (#13951)
Co-authored-by: Eli Kinsey <[email protected]>
1 parent 84aa939 commit 65a2a72

File tree

1 file changed

+1
-0
lines changed
  • src/components/CompensationCalculator/compensation_data

1 file changed

+1
-0
lines changed

src/components/CompensationCalculator/compensation_data/currency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// we update the location factor (location_factor.ts) instead.
66
export const currencyData: Record<string, number> = {
77
CAD: 1.264,
8+
DKK: 6.539,
89
HUF: 324.71,
910
CZK: 21.872,
1011
GBP: 0.733,

0 commit comments

Comments
 (0)