Skip to content

Commit d3ccad4

Browse files
authored
Update ManageQ&A.jsx
1 parent 5a68a83 commit d3ccad4

File tree

1 file changed

+0
-12
lines changed
  • frontend/src/pages/Admin/Components/Faq/Q&A/ManageQ&A

1 file changed

+0
-12
lines changed

frontend/src/pages/Admin/Components/Faq/Q&A/ManageQ&A/ManageQ&A.jsx

-12
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@ export function Manageqa({ setTab, qId }) {
8383
getQuestion(qId);
8484
getAnswer(qId);
8585
}, [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-
// upvotes: 0}
97-
9886
return (
9987
<div>
10088
<div className={style["back"]}>

0 commit comments

Comments
 (0)