diff --git a/src/components/pages/Home/components/BusinessApplicationsSection/index.tsx b/src/components/pages/Home/components/BusinessApplicationsSection/index.tsx index 52bc8e6734..59643a5d71 100644 --- a/src/components/pages/Home/components/BusinessApplicationsSection/index.tsx +++ b/src/components/pages/Home/components/BusinessApplicationsSection/index.tsx @@ -62,6 +62,7 @@ export default function BusinessApplicationsSection() { const { t } = useTranslation() const { data } = useFetchBusinessAppsQuery() const reference = PageService.registerReference(label, useRef(null)) + const businessAppsData = data?.filter((val, index) => index < 4) return (