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)}