fill in the "Load More" links for plan linkages

This commit is contained in:
2024-06-30 20:10:18 -06:00
parent 1ebfc997eb
commit 6f2da589b1

View File

@@ -354,7 +354,9 @@
</a>
</li>
</ul>
<div v-if="fulfillersToHitLimit" class="text-center">Load More</div>
<div v-if="givesProvidedByHitLimit" class="text-center">
<button @click="loadGivesProvidedBy()">Load More</button>
</div>
</div>
<div
@@ -374,7 +376,9 @@
{{ plan.name }}
</button>
</div>
<div v-if="fulfillersToHitLimit" class="text-center">Load More</div>
<div v-if="fulfillersToHitLimit" class="text-center">
<button @click="loadPlanFulfillersTo()">Load More</button>
</div>
</div>
</div>