diff --git a/webapp/channels/src/components/profile_popover/profile_popover_name/user_name.tsx b/webapp/channels/src/components/profile_popover/profile_popover_name/user_name.tsx index b4b56c7d52..0d4c1a77f3 100644 --- a/webapp/channels/src/components/profile_popover/profile_popover_name/user_name.tsx +++ b/webapp/channels/src/components/profile_popover/profile_popover_name/user_name.tsx @@ -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 (