Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Sahay committed May 23, 2024
1 parent b05d801 commit 9c397b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NostoProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function NostoProvider(props: NostoProviderProps) {
}

// Enable Shopify markets functionality:
/*if (!!shopifyMarkets) {
if (!!shopifyMarkets) {
const existingScript = document.querySelector("[nosto-client-script]")
const nostoSandbox = document.querySelector("#nosto-sandbox")

Expand Down Expand Up @@ -199,7 +199,7 @@ export default function NostoProvider(props: NostoProviderProps) {
}
document.body.appendChild(script)
}
}*/
}
}, [clientScriptLoadedState, shopifyMarkets])

return (
Expand Down

0 comments on commit 9c397b1

Please sign in to comment.