Skip to content

Commit

Permalink
fix: ResultList v-if taking into account banners and promoteds (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar authored Dec 13, 2023
1 parent 519c0e3 commit 9f0a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/results/results.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<ResultsList v-if="$x.totalResults" v-infinite-scroll:main-scroll>
<ResultsList v-if="$x.totalResults || $x.noResults" v-infinite-scroll:main-scroll>
<PromotedsList>
<BannersList>
<NextQueriesList
Expand Down

0 comments on commit 9f0a332

Please sign in to comment.