We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc24ad commit 5d709a3Copy full SHA for 5d709a3
src/pages/payment/Purchase.jsx
@@ -35,12 +35,11 @@ import AuthContext from "@/contexts/AuthContext";
35
36
const Purchase = () => {
37
const { userId } = useContext(AuthContext);
38
- console.log(user);
+
39
const [thumbnailImg, setThumbnailImg] = useState("");
40
const [title, setTitle] = useState("");
41
const [author, setAuthor] = useState("");
42
43
44
const [buyScript, setBuyScript] = useState(false);
45
const [buyPerform, setBuyPerform] = useState(false);
46
0 commit comments