mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix SubscriptionsCatalog
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user