diff --git a/src/views/Home.vue b/src/views/Home.vue index 79817d0b..a3217221 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -36,8 +36,8 @@ @change-modal-visibility="updateModalVisibility" :isWide="!!singleSectionView || layoutOrientation === 'horizontal'" :class="(searchValue && - section.filteredItems.length === 0 && - (!section.widgets || section.widgets.length === 0)) ? 'no-results' : ''" + (section.filteredItems.length === 0 && + section.filteredWidgets.length === 0)) ? 'no-results' : ''" />