mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix username style in profile popover (#26086)
This commit is contained in:
parent
2a3a9df043
commit
2a6d5a1da5
@ -13,7 +13,7 @@ const UserName = ({
|
||||
hasFullName,
|
||||
username,
|
||||
}: 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 (
|
||||
<div
|
||||
id='userPopoverUsername'
|
||||
|
Loading…
Reference in New Issue
Block a user