PLT-5204 Fix Team Sidebar empty tooltip (#5028)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
7846036c77
Коммит
fd9c122dbc
@@ -57,7 +57,7 @@ export default class TeamButton extends React.Component {
|
|||||||
placement={this.props.placement}
|
placement={this.props.placement}
|
||||||
overlay={
|
overlay={
|
||||||
<Tooltip id={`tooltip-${this.props.url}`}>
|
<Tooltip id={`tooltip-${this.props.url}`}>
|
||||||
{this.props.displayName}
|
{this.props.tip}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user