diff --git a/src/components/thread/EditComment.jsx b/src/components/thread/EditComment.jsx index 9352c0fcf4e24f303553a5f6c596875a279657cc..7672d49e938b712f75244ea53c958bfacb8c7f8b 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;