Merge branch 'main' of https://git.itguild.info/apuc/guild_front
This commit is contained in:
@ -150,7 +150,7 @@ export const ProfileHeader = () => {
|
||||
<nav className="auth-body__navigation">
|
||||
<div className="profile-header__personal-info">
|
||||
<h3 className="profile-header__personal-info-name">
|
||||
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username}
|
||||
{profileInfo?.fio || profileInfo?.username}
|
||||
</h3>
|
||||
<NavLink end to={"/profile"}>
|
||||
<img
|
||||
|
Reference in New Issue
Block a user