diff --git a/packages/pl-fe/src/components/sidebar-menu.tsx b/packages/pl-fe/src/components/sidebar-menu.tsx index 1463efbd79..a01e621244 100644 --- a/packages/pl-fe/src/components/sidebar-menu.tsx +++ b/packages/pl-fe/src/components/sidebar-menu.tsx @@ -308,15 +308,6 @@ const SidebarMenu: React.FC = (): JSX.Element | null => { onClick={onClose} /> - {features.federating && ( - } - onClick={onClose} - /> - )} - {features.bubbleTimeline && ( { onClick={onClose} /> )} + + {features.federating && ( + } + onClick={onClose} + /> + )} } @@ -423,15 +423,6 @@ const SidebarMenu: React.FC = (): JSX.Element | null => { onClick={onClose} /> - {features.federating && !restrictUnauth.timelines.federated && ( - } - onClick={onClose} - /> - )} - {features.bubbleTimeline && !restrictUnauth.timelines.bubble && ( { /> )} + {features.federating && !restrictUnauth.timelines.federated && ( + } + onClick={onClose} + /> + )} + } diff --git a/packages/pl-fe/src/components/sidebar-navigation.tsx b/packages/pl-fe/src/components/sidebar-navigation.tsx index a5c28b16a0..b81d36e512 100644 --- a/packages/pl-fe/src/components/sidebar-navigation.tsx +++ b/packages/pl-fe/src/components/sidebar-navigation.tsx @@ -243,14 +243,6 @@ const SidebarNavigation = () => { /> )} - {(features.federating && (account || !restrictUnauth.timelines.federated)) && ( - } - /> - )} - {(features.bubbleTimeline && (account || !restrictUnauth.timelines.bubble)) && ( { text={} /> )} + + {(features.federating && (account || !restrictUnauth.timelines.federated)) && ( + } + /> + )} )}