Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 26, 2023
1 parent 617de6c commit 3008930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ function App() {
}, [client, setPhase]);

const Content = () => {
console.log("Client", client);
console.log("Products", products);
if (!client || !products) {
return (attempt > ATTEMPTS) ? <DBusError /> : <Loading />;
}
Expand Down

0 comments on commit 3008930

Please sign in to comment.