Hide load more button in search when there are no more to

This commit is contained in:
Preston 2020-10-21 16:58:47 -04:00
parent 4fa3436a03
commit 3d8383be11
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
:data="shownResults"
/>
<div
v-if="nextPageRef !== null && nextPageRef !== ''"
class="getNextPage"
@click="nextPage"
>