Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
igor.la committed Dec 9, 2024
1 parent fc3eb6c commit 672aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/search/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ watch(
:size="mobile ? 'middle' : 'big'"
/>
<SearchNotFound
v-if="!pending && (!posterEvents || posterEvents.length === 0)"
v-if="!pending && (!posterEvents || posterEvents.docs.length === 0)"
:title="$t('event.filteredEvents.no_events_found')"
/>
<SearchEventCardsList
Expand Down

0 comments on commit 672aaee

Please sign in to comment.