From 2b81ca56a715c3d51ca32849d9b30f0a62f35fa2 Mon Sep 17 00:00:00 2001 From: Arpit Date: Fri, 28 Jan 2022 07:35:35 +0530 Subject: [PATCH] fixes: 'no results' not legible (#1983) --- frontend/src/HomePage/AppList.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 && (