Skip to content

Commit

Permalink
fixing todo text
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics committed May 8, 2024
1 parent e7a93da commit a13fa77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function loader({context}) {
const {storefront, customerAccount, cart} = context;
const publicStoreDomain = context.env.PUBLIC_STORE_DOMAIN;

// TODO createCustomerAccountClient UTOPIA
// TODO UTOPIA createCustomerAccountClient is unavailable in the hydrogen import in the browser
// const isLoggedInPromise = customerAccount.isLoggedIn();
const cartPromise = cart.get();

Expand Down
2 changes: 1 addition & 1 deletion server-context-getter.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const getLoadContext =
return {
session,
storefront,
// customerAccount, // TODO createCustomerAccountClient UTOPIA
// customerAccount, // TODO UTOPIA createCustomerAccountClient is unavailable in the hydrogen import in the browser
cart,
env,
waitUntil,
Expand Down

0 comments on commit a13fa77

Please sign in to comment.