From 22f8eb9a680272cb1f5c74ec54147447a806aabd Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 29 Mar 2023 16:24:04 +0530 Subject: [PATCH] fix: design of select parent issue modal --- apps/app/components/issues/parent-issues-list-modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/components/issues/parent-issues-list-modal.tsx b/apps/app/components/issues/parent-issues-list-modal.tsx index 1c9705e9b..27cdcf039 100644 --- a/apps/app/components/issues/parent-issues-list-modal.tsx +++ b/apps/app/components/issues/parent-issues-list-modal.tsx @@ -87,7 +87,7 @@ export const ParentIssuesListModal: React.FC = ({ displayValue={() => ""} /> -
{customDisplay}
+ {customDisplay &&
{customDisplay}
} = ({ displayValue={() => ""} /> -
{customDisplay}
+ {customDisplay &&
{customDisplay}
}