diff --git a/src/app/comment-list/comment-list.component.html b/src/app/comment-list/comment-list.component.html
index 597b94b8720552fea0a2723fe6720f85718c0983..23ceb330137497185cab3ec62865041a8e58cc28 100644
--- a/src/app/comment-list/comment-list.component.html
+++ b/src/app/comment-list/comment-list.component.html
@@ -7,7 +7,6 @@
               <h3>{{comment.subject}}</h3><br>
 
               {{comment.body}}
-              {{comment.read}}
 
               <div *ngIf="!comment.read" class="not-check-icon" matTooltip="Is not read">
                 <i class="material-icons">clear</i>