add loading state to subscriptions view

This commit is contained in:
Tom
2023-05-09 21:20:30 +02:00
parent cfd53e3fb8
commit 24af1e00ad
5 changed files with 122 additions and 21 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ const Catalog = () => {
{subplebbit?.state === "failed" ? (
null
) : (
feed.length > 1 ? (
feed.length > 0 ? (
<InfiniteScroll
pageStart={0}
loadMore={tryLoadMore}