wip: Saving work

This commit is contained in:
Sol Irvine
2023-08-31 20:06:14 -07:00
parent c044d494a4
commit b7d78faaf0
19 changed files with 40 additions and 24 deletions

View File

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