From 3bb436873d3eeaba8bd6dc158d1be21dd038c7f1 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 13 Aug 2023 12:16:56 +0200 Subject: [PATCH] fix SubscriptionsCatalog skeleton --- src/components/views/SubscriptionsCatalog.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/views/SubscriptionsCatalog.jsx b/src/components/views/SubscriptionsCatalog.jsx index ac5a2e82..2981730b 100755 --- a/src/components/views/SubscriptionsCatalog.jsx +++ b/src/components/views/SubscriptionsCatalog.jsx @@ -746,7 +746,7 @@ const SubscriptionsCatalog = () => { - {feed.length > 1 ? ( + {account.subscriptions.length > 0 ? ( { restoreStateFrom={lastVirtuosoState} initialScrollTop={lastVirtuosoState?.scrollTop} /> - ) : ()} + ) : ( + account.subscriptions.length !== 0 ? + : null)}