Skip to content

Commit

Permalink
fix: pending account tip display issues #2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 authored and BrianJiang2021 committed May 18, 2023
1 parent a75d2b4 commit 1120937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/hooks/dom/useCartToQuote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const useCartToQuote = ({
state: { companyInfo },
} = useContext(GlobaledContext)

const urlArr = ['/cart', '/checkout']
const urlArr = ['/cart.php', '/checkout']

const checkIsInPage = (url: string) => window.location.href.includes(url)

Expand Down

0 comments on commit 1120937

Please sign in to comment.