diff --git a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx index 2b38a4826..7ec7b6cfd 100644 --- a/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx +++ b/packages/web/components/templates/homeFeed/LibraryFilterMenu.tsx @@ -155,6 +155,10 @@ function Subscriptions(props: LibraryFilterMenuProps): JSX.Element { [subscriptions] ) + if (subscriptions.length < 1) { + return <> + } + return ( -