diff --git a/app/javascript/components/Comments/Comment.tsx b/app/javascript/components/Comments/Comment.tsx
index b2db5be6..ca44fe91 100644
--- a/app/javascript/components/Comments/Comment.tsx
+++ b/app/javascript/components/Comments/Comment.tsx
@@ -65,10 +65,16 @@ const Comment = ({
onClick={() => handleToggleIsCommentUpdate(id, isPostUpdate)}
className="commentLink"
>
- { isPostUpdate ? 'No post update' : 'Post update' }
+ { 'Post update: ' + (isPostUpdate ? 'yes' : 'no') }
- Edit
+ Edit
+
+ Delete
: