Re-add Show More button in the Search Page

This commit is contained in:
Preston 2020-10-31 10:34:37 -04:00
parent 0e745322f4
commit d7fe2dcfbd
2 changed files with 1 additions and 2 deletions

View File

@ -106,7 +106,7 @@
.closed .navOption { .closed .navOption {
width: 100%; width: 100%;
height: 40px; height: 45px;
padding: 0px; padding: 0px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;

View File

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