Fix country and currency selection

This commit is contained in:
2024-04-01 19:00:57 +02:00
parent ff4b802d00
commit 0bb757abab
3 changed files with 7 additions and 6 deletions

View File

@@ -408,7 +408,7 @@ const showRow = async (item) => {
country: settingsStore.country.code,
});
console.log('MATOMO',$matomo);
//console.log('MATOMO',$matomo);
products.value = response.data.products;
countryHash.value = response.data.countryHash;
console.log("TEST=", response.data);