From 676a3492761deec90dc37b2b258bbf6efc6946f3 Mon Sep 17 00:00:00 2001 From: kriks7iitk Date: Thu, 18 Jul 2024 17:35:27 +0530 Subject: [PATCH] fix for folder --- frontend/src/HomePage/AppList.jsx | 2 +- .../utility/group-permissions.utility.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) && (