From 1558f51c2337609c4591d1558a4a712d337ea398 Mon Sep 17 00:00:00 2001 From: Saheb Giri <47132373+iamsahebgiri@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:54:44 +0530 Subject: [PATCH] fix: show divider only when filter is selected (#618) --- apps/app/components/core/issues-view.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/app/components/core/issues-view.tsx b/apps/app/components/core/issues-view.tsx index 6eb76440e..4f20c8f3c 100644 --- a/apps/app/components/core/issues-view.tsx +++ b/apps/app/components/core/issues-view.tsx @@ -434,7 +434,9 @@ export const IssuesView: React.FC = ({ -
+ {Object.keys(filters).length > 0 && nullFilters.length !== Object.keys(filters).length && ( +
+ )}