diff --git a/src/components/Comments.jsx b/src/components/Comments.jsx index a222f29..476b272 100644 --- a/src/components/Comments.jsx +++ b/src/components/Comments.jsx @@ -50,7 +50,7 @@ export const Comment = ({ comment, onDelete, onEdit }) => { comment?.commentator?.trim() === Cookies.get("username")?.trim() return ( -
+
{comment.commentator} @@ -104,7 +104,7 @@ export const Comment = ({ comment, onDelete, onEdit }) => {