Skip to content

Commit

Permalink
fix state
Browse files Browse the repository at this point in the history
  • Loading branch information
kbagot committed Jan 3, 2025
1 parent b3a7471 commit a98a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</div>

<!-- No More Movies State -->
<div v-if="totalPages === page" class="flex justify-center my-8">
<div v-if="totalPages === page && filteredMovies.length > 0" class="flex justify-center my-8">
<p class="text-base line-clamp-3">{{ $t("searchMovies.stateNoMoreMovies") }}</p>
</div>
</div>
Expand Down

0 comments on commit a98a533

Please sign in to comment.