We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a68a83 commit d3ccad4Copy full SHA for d3ccad4
frontend/src/pages/Admin/Components/Faq/Q&A/ManageQ&A/ManageQ&A.jsx
@@ -83,18 +83,6 @@ export function Manageqa({ setTab, qId }) {
83
getQuestion(qId);
84
getAnswer(qId);
85
}, [toogle]);
86
- // { description: "How to clear gsoc, can someone guide ?",
87
- // isApproved: false,
88
- // tags: ['GSOC', 'OPEN SOURCE'],
89
- // title: "GSOC ABOUT",
90
- // upvotes: 0}
91
-
92
- // {answer: "This is the answer for testing",
93
- // created_by: "tester",
94
- // isApproved: true,
95
- // question_id: "61e7e08f1f4af81f0c03cf33",
96
97
98
return (
99
<div>
100
<div className={style["back"]}>
0 commit comments