diff --git a/frontend/src/HomePage/HomePage.jsx b/frontend/src/HomePage/HomePage.jsx index 22296f6290..5a84a84193 100644 --- a/frontend/src/HomePage/HomePage.jsx +++ b/frontend/src/HomePage/HomePage.jsx @@ -25,7 +25,6 @@ import { getQueryParams } from '@/_helpers/routes'; import { withRouter } from '@/_hoc/withRouter'; import FolderFilter from './FolderFilter'; import { APP_ERROR_TYPE } from '@/_helpers/error_constants'; -import Skeleton, { SkeletonTheme } from 'react-loading-skeleton'; import { fetchAndSetWindowTitle, pageTitles } from '@white-label/whiteLabelling'; import HeaderSkeleton from '@/_ui/FolderSkeleton/HeaderSkeleton'; @@ -857,8 +856,12 @@ class HomePageComponent extends React.Component { {isLoading && !appSearchKey && } {(meta?.total_count > 0 || appSearchKey) && ( <> - -
+ {!(isLoading && !appSearchKey) && ( + <> + +
+ + )}
{currentFolder?.count ?? meta?.total_count} APPS