Skip to content

Commit c7c89dd

Browse files
committed
fix: fetch bug for 0 conversations
1 parent f82af0b commit c7c89dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/NavMenu.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
// reset p to 0 if there's only one page of content
7878
// that would be caused by a data loading invalidation
7979
p = 0;
80-
hasMore = true;
8180
}
8281
</script>
8382

0 commit comments

Comments
 (0)