diff --git a/frontend/src/HomePage/AppList.jsx b/frontend/src/HomePage/AppList.jsx index 463e9e3428..c61260abb5 100644 --- a/frontend/src/HomePage/AppList.jsx +++ b/frontend/src/HomePage/AppList.jsx @@ -51,7 +51,9 @@ const AppList = (props) => { )} {!props.isLoading && props.meta.total_count === 0 && !(props.currentFolder && props.currentFolder.id) && (
- No Applications found + + No Applications found +
)} {!props.isLoading && props.currentFolder.count === 0 && (