chore: fix assignee tooltip logic in list and kanban layout for consistency. (#3510)

This commit is contained in:
Prateek Shourya 2024-01-30 16:25:13 +05:30 committed by GitHub
parent 804dd8300d
commit c67e097fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,6 @@ export const IssueProperties: React.FC<IIssueProperties> = 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
/>
</div>
</WithDisplayPropertiesHOC>