diff --git a/src/pages/Feeds/components/FeedListView.tsx b/src/pages/Feeds/components/FeedListView.tsx
index 956c7d303..2ce691a14 100644
--- a/src/pages/Feeds/components/FeedListView.tsx
+++ b/src/pages/Feeds/components/FeedListView.tsx
@@ -117,6 +117,18 @@ const FeedListView: React.FC = () => {
return null;
}
+ if (totalFeedsCount == -1) {
+ return (
+
+ );
+ }
+
return (
{
}
}}
/>
-
+
{generatePagination()}
-
+