Skip to content

Commit

Permalink
Minor change in the console.log debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jun 13, 2023
1 parent 5523b06 commit a8610bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cart-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function CartClient(props) {
if (error) {
console.log("error", error);
} else if (data) {
console.log("userInfo", data);
console.log("[data]", data);
setUserinfo(data?.profile);
}
},
Expand Down

0 comments on commit a8610bb

Please # to comment.