Fixed req in user/me for partners

This commit is contained in:
MaxOvs19
2023-12-14 16:28:21 +03:00
parent 22c0a0d065
commit bd6f6af8de
2 changed files with 17 additions and 5 deletions

View File

@ -106,7 +106,10 @@ export const Profile = () => {
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username}
</span>
) : (
"ООО НДВ Консалтинг"
<span>
<p>Добрый день,&nbsp;</p>
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username}
</span>
)}
</h2>
<div className="summary__info">
@ -125,7 +128,9 @@ export const Profile = () => {
{profileInfo?.specification} разработчик
</span>
) : (
"ООО НДВ Консалтинг"
<span>
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username}
</span>
)}
</p>
</div>