mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: fix assignee tooltip logic in list and kanban layout for consistency. (#3510)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user