From 4461dba736b842e588e12f5df39676bf42a484f7 Mon Sep 17 00:00:00 2001 From: ryoaxton2000 <ryoaxton@gmail.com> Date: Mon, 1 Mar 2021 14:12:16 +0700 Subject: [PATCH] edit comment description for getDetailComment function --- src/components/thread/EditComment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/thread/EditComment.jsx b/src/components/thread/EditComment.jsx index 9352c0f..7672d49 100644 --- a/src/components/thread/EditComment.jsx +++ b/src/components/thread/EditComment.jsx @@ -29,7 +29,7 @@ export default function EditComment(props) { useEffect(() => { async function getDetailComment(commentId) { - // Grab thread detail + // Grab comment detail const content = await ( await axios.get(`${API_URL}/post/${commentId}`) ).data?.data.message; -- GitLab