fix: Localize cart

This commit is contained in:
Sol Irvine
2023-08-31 20:59:02 -07:00
parent b7d78faaf0
commit 5f664a03c3
4 changed files with 24 additions and 22 deletions

View File

@@ -45,9 +45,7 @@ export default async function HomePage({
let cart;
if (cartId) {
console.debug({ cartId });
cart = await getCart({ cartId, language: locale?.toUpperCase() });
console.debug({ cart });
}
return (