Skip to content

Commit

Permalink
Fix Venezuela currency (VEF to VED) (#22475)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST authored Oct 22, 2024
1 parent b9922b2 commit 8932dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const countryCurrency = {
HK: "HKD",
HN: "HNL",
HM: "AUD",
VE: "VEF",
VE: "VED",
PR: "USD",
PS: "ILS",
PW: "USD",
Expand Down

0 comments on commit 8932dfd

Please sign in to comment.