diff --git a/web/src/App.jsx b/web/src/App.jsx index e9bc359cc5..24123a719a 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -81,6 +81,8 @@ function App() { }, [client, setPhase]); const Content = () => { + console.log("Client", client); + console.log("Products", products); if (!client || !products) { return (attempt > ATTEMPTS) ? : ; }