fix SubscriptionsCatalog

This commit is contained in:
Tom
2023-05-15 12:09:07 +02:00
parent 69b8d4d9c6
commit dd93cc33da
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -300,7 +300,6 @@ const Subscriptions = () => {
<BoardForm selectedStyle={selectedStyle}>
<div className="board">
{ feed.length < 1 ? (
// <PostLoader />
null
) : (
<Virtuoso
@@ -203,7 +203,7 @@ const SubscriptionsCatalog = () => {
<Tooltip id="tooltip" className="tooltip" />
<Threads selectedStyle={selectedStyle}>
{ feed.length < 1 ? (
<CatalogLoader />
null
) : (
<InfiniteScroll
pageStart={0}