Fix username style in profile popover (#26086)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2a3a9df043
Коммит
2a6d5a1da5
@@ -13,7 +13,7 @@ const UserName = ({
|
|||||||
hasFullName,
|
hasFullName,
|
||||||
username,
|
username,
|
||||||
}: Props) => {
|
}: Props) => {
|
||||||
const userNameClass = classNames('overflow--ellipsis pb-1', {'user-profile-popover__heading': hasFullName});
|
const userNameClass = classNames('overflow--ellipsis pb-1', {'user-profile-popover__heading': !hasFullName});
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
id='userPopoverUsername'
|
id='userPopoverUsername'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user