diff --git a/frontend/src/HomePage/AppList.jsx b/frontend/src/HomePage/AppList.jsx index cea0156f19..593f4c8901 100644 --- a/frontend/src/HomePage/AppList.jsx +++ b/frontend/src/HomePage/AppList.jsx @@ -48,7 +48,7 @@ const AppList = (props) => { )} - {!props.isLoading && props.apps?.length === 0 && ( + {!props.isLoading && (props.apps?.length === 0 || props.currentFolder?.count == 0) && (