Exchange rates move

This commit is contained in:
2024-01-17 20:48:27 +01:00
parent 74a57800ed
commit 670ae0c5e1
5 changed files with 81 additions and 20 deletions

View File

@@ -120,5 +120,8 @@
"typeerror: can't access property \"map\", ccountry.value is undefined": "TypeError: can't access property \"map\", ccountry.value is undefined",
"referenceerror: priceunit is not defined": "ReferenceError: priceUnit is not defined",
"referenceerror: mainimagealt is not defined": "ReferenceError: mainImageAlt is not defined",
"referenceerror: countrycurrency is not defined": "ReferenceError: countryCurrency is not defined"
"referenceerror: countrycurrency is not defined": "ReferenceError: countryCurrency is not defined",
"referenceerror: currencycountryrate is not defined": "ReferenceError: currencyCountryRate is not defined",
"referenceerror: ccountry is not defined": "ReferenceError: ccountry is not defined",
"typeerror: invalid assignment to const 'response'": "TypeError: invalid assignment to const 'response'"
}