Hide load more button in search when there are no more to
This commit is contained in:
parent
4fa3436a03
commit
3d8383be11
|
@ -15,6 +15,7 @@
|
|||
:data="shownResults"
|
||||
/>
|
||||
<div
|
||||
v-if="nextPageRef !== null && nextPageRef !== ''"
|
||||
class="getNextPage"
|
||||
@click="nextPage"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue