Spaces:
Sleeping
Sleeping
fix: fetch bug for 0 conversations
Browse files
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 |
|