diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 55109be93..025ace6d9 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -286,7 +286,7 @@ function Home({ initialSettings }) { )} - {services && ( + {services?.length > 0 && (
{services.map((group) => ( @@ -294,7 +294,7 @@ function Home({ initialSettings }) {
)} - {bookmarks && ( + {bookmarks?.length > 0 && (
{bookmarks.map((group) => (