diff --git a/src/pages/feeds/index.tsx b/src/pages/feeds/index.tsx
index f2f9759..209d9a7 100644
--- a/src/pages/feeds/index.tsx
+++ b/src/pages/feeds/index.tsx
@@ -7,6 +7,7 @@ import ExpandableListItem from '../../components/ExpandableListItem'
import ExpandableListItemActions from '../../components/ExpandableListItemActions'
import ExpandableListItemKey from '../../components/ExpandableListItemKey'
import { SwarmButton } from '../../components/SwarmButton'
+import TroubleshootConnectionCard from '../../components/TroubleshootConnectionCard'
import { Context as BeeContext } from '../../providers/Bee'
import { Context as IdentityContext, Identity } from '../../providers/Feeds'
import { ROUTES } from '../../routes'
@@ -59,6 +60,8 @@ export default function Feeds(): ReactElement {
setShowDelete(true)
}
+ if (!status.all) return