diff --git a/frontend/src/HomePage/AppList.jsx b/frontend/src/HomePage/AppList.jsx index 593f4c8901..cea0156f19 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.currentFolder?.count == 0) && ( + {!props.isLoading && props.apps?.length === 0 && (