Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit a84791bb authored by ryoaxton2000's avatar ryoaxton2000
Browse files
parents fd552434 f683727e
No related branches found
No related tags found
1 merge request!73Ryo
......@@ -42,7 +42,6 @@ export default function Thread(props){
const fetch = async () => {
const responseComment = await axios.get(`${API_URL}/post/`);
const responseCommentData = responseComment.data.data.filter(comments => comments.thread_id == threadParm);
console.log(responseCommentData)
setComment(responseCommentData);
}
fetch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment