diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 5a4eae9a9..3eacc60e4 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -175,7 +175,7 @@ function Home({ initialSettings }) { const { data: services } = useSWR("/api/services"); const { data: bookmarks } = useSWR("/api/bookmarks"); const { data: widgets } = useSWR("/api/widgets"); - + const servicesAndBookmarks = [...services.map(sg => sg.services).flat(), ...bookmarks.map(bg => bg.bookmarks).flat()] useEffect(() => { @@ -310,7 +310,7 @@ function Home({ initialSettings }) {
- + {!initialSettings?.hideVersion && }