diff --git a/frontend/src/components/PaginatorTable.vue b/frontend/src/components/PaginatorTable.vue
index c6cfa6e1c87a9e371edc89fa48d7ffd5a908d932..e7996069b0ae8da7d43a614d3ec808e227364ae7 100644
--- a/frontend/src/components/PaginatorTable.vue
+++ b/frontend/src/components/PaginatorTable.vue
@@ -6,7 +6,7 @@
                :per-page-options="itemsPerPageOptions"
                v-if="items && filtered_and_sorted_items.length > 0 && !hideTopPagination"/>
 
-    <div class="pagination_container" v-if="items">
+    <div class="pagination_container">
       <slot name="content_skeleton_item" v-if="!items || items.length === 0"></slot>
       <b-table :items="items" v-bind="$attrs" :current-page="current_page" :per-page="items_per_page">
         <template v-for="(_, slot) of $scopedSlots" v-slot:[slot]="scope"><slot :name="slot" v-bind="scope"/></template>