fix SubscriptionsCatalog

This commit is contained in:
Tom
2023-05-15 10:11:10 +02:00
parent 5f55741a4d
commit 69b8d4d9c6
2 changed files with 1 additions and 3 deletions
@@ -202,7 +202,7 @@ const SubscriptionsCatalog = () => {
</TopBar>
<Tooltip id="tooltip" className="tooltip" />
<Threads selectedStyle={selectedStyle}>
{selectedFeed.length < 1 ? (
{ feed.length < 1 ? (
<CatalogLoader />
) : (
<InfiniteScroll
-2
View File
@@ -73,8 +73,6 @@ const Thread = () => {
const commentMediaInfo = getCommentMediaInfo(comment);
const fallbackImgUrl = "assets/filedeleted-res.gif";
console.log(comment.state);
useEffect(() => {
if ( comment.state === "failed" && selectedAddress === undefined) {
navigate('/404');