Restult table - mod

This commit is contained in:
2024-01-10 18:13:04 +01:00
parent b4a9900efc
commit 9607fc9dd5
3 changed files with 58 additions and 59 deletions

View File

@@ -119,5 +119,6 @@
"referenceerror: assignment to undeclared variable country": "ReferenceError: assignment to undeclared variable country",
"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: mainimagealt is not defined": "ReferenceError: mainImageAlt is not defined",
"referenceerror: countrycurrency is not defined": "ReferenceError: countryCurrency is not defined"
}