nsarrazin HF Staff commited on
Commit
f179ba7
·
unverified ·
1 Parent(s): 94ed0cf

fix: fetch bug for 0 conversations

Browse files
Files changed (1) hide show
  1. src/lib/components/NavMenu.svelte +0 -1
src/lib/components/NavMenu.svelte CHANGED
@@ -77,7 +77,6 @@
77
  // reset p to 0 if there's only one page of content
78
  // that would be caused by a data loading invalidation
79
  p = 0;
80
- hasMore = true;
81
  }
82
  </script>
83
 
 
77
  // reset p to 0 if there's only one page of content
78
  // that would be caused by a data loading invalidation
79
  p = 0;
 
80
  }
81
  </script>
82