diff --git a/src/components/postdetail/PostComment.jsx b/src/components/postdetail/PostComment.jsx index 45889b4..7a407e2 100644 --- a/src/components/postdetail/PostComment.jsx +++ b/src/components/postdetail/PostComment.jsx @@ -1,6 +1,7 @@ import React from "react"; const PostComment = ({ + key, id, content, createdAt, @@ -19,7 +20,7 @@ const PostComment = ({ <>