fix: Revert issues with cart localization

This commit is contained in:
Sol Irvine
2023-09-01 02:32:21 -07:00
parent f1bd230b81
commit 7bf920ccc0
20 changed files with 38 additions and 82 deletions

View File

@@ -72,8 +72,6 @@ export default async function ProductPage({
language: params?.locale?.toUpperCase()
});
console.debug({ product });
let otherImages: MediaImage[] = [];
if (!!product) {
otherImages = product.images