From c67e097fc28afc81cafee57cfa047a2984c18da1 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 30 Jan 2024 16:25:13 +0530 Subject: [PATCH] chore: fix assignee tooltip logic in list and kanban layout for consistency. (#3510) --- .../issues/issue-layouts/properties/all-properties.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/issues/issue-layouts/properties/all-properties.tsx b/web/components/issues/issue-layouts/properties/all-properties.tsx index b7e1fae4f..c23938a19 100644 --- a/web/components/issues/issue-layouts/properties/all-properties.tsx +++ b/web/components/issues/issue-layouts/properties/all-properties.tsx @@ -155,7 +155,6 @@ export const IssueProperties: React.FC = observer((props) => { multiple buttonVariant={issue.assignee_ids?.length > 0 ? "transparent-without-text" : "border-without-text"} buttonClassName={issue.assignee_ids?.length > 0 ? "hover:bg-transparent px-0" : ""} - tooltip />