diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html
index 1fdfd0788a193255ebee0f606a6e3e99d8e6e601..e8ca1646149c1cf8ce9bb8ccef96216d19e7cbea 100644
--- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html
+++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html
@@ -1,6 +1,5 @@
 <div fxLayout="row"
      [ngClass]="{'search-container' : !scroll, 'search-container-fixed' : scroll}"
-     *ngIf="comments.length > 1"
      (window:scroll)="checkScroll()"
      fxLayoutAlign="center">
   <mat-label *ngIf="deviceType === 'desktop'"
diff --git a/src/app/components/shared/comment-list/comment-list.component.html b/src/app/components/shared/comment-list/comment-list.component.html
index 6e4ccf70db44547167820cc02943904dfe4836e9..636f2c409cdb5eae4e8d58206f2e7291490449a0 100644
--- a/src/app/components/shared/comment-list/comment-list.component.html
+++ b/src/app/components/shared/comment-list/comment-list.component.html
@@ -1,6 +1,5 @@
 <div fxLayout="row"
      [ngClass]="{'search-container' : !scroll, 'search-container-fixed' : scroll}"
-     *ngIf="comments.length > 1"
      (window:scroll)="checkScroll()"
      fxLayoutAlign="center">
   <button id="filter-close-button"