diff --git a/client/components/app/Comment/Dropdown.jsx b/client/components/app/Comment/Dropdown.jsx index e789461..f7de502 100644 --- a/client/components/app/Comment/Dropdown.jsx +++ b/client/components/app/Comment/Dropdown.jsx @@ -49,7 +49,7 @@ export default function Dropdown({ comment, setComment, onDelete }) { return ( - {user.id === comment.author.id && ( + {(user.id === comment.author.id || user.role === 'admin' ) && (