forked from github/plane
chore: fix assignee tooltip logic in list and kanban layout for consistency. (#3510)
This commit is contained in:
parent
804dd8300d
commit
c67e097fc2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user