@@ -142,6 +135,10 @@
.load-more-sentinel {
height: 1px;
margin-top: $unit;
+
+ &.hidden {
+ display: none;
+ }
}
.loading-more {
diff --git a/src/routes/(app)/teams/explore/+page.svelte b/src/routes/(app)/teams/explore/+page.svelte
index ca866078..bc2e7216 100644
--- a/src/routes/(app)/teams/explore/+page.svelte
+++ b/src/routes/(app)/teams/explore/+page.svelte
@@ -1,9 +1,10 @@
@@ -81,9 +72,11 @@
- {#if showSentinel}
-
- {/if}
+
{#if partiesQuery.isFetchingNextPage}
@@ -150,6 +143,10 @@
.load-more-sentinel {
height: 1px;
margin-top: $unit;
+
+ &.hidden {
+ display: none;
+ }
}
.loading-more {