Skip to content

Commit

Permalink
fix: fetch bug for 0 conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jan 13, 2025
1 parent f82af0b commit c7c89dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
// reset p to 0 if there's only one page of content
// that would be caused by a data loading invalidation
p = 0;
hasMore = true;
}
</script>

Expand Down

0 comments on commit c7c89dd

Please sign in to comment.