registration

This commit is contained in:
Mikola
2023-11-05 20:42:03 +03:00
parent 321b84a80e
commit 59fde487ea
6 changed files with 29 additions and 15 deletions

View File

@ -121,7 +121,8 @@ export const Profile = () => {
<p className="summary__name">
{user === "developer" ? (
<span>
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username}, {profileInfo?.specification} разработчик
{profileInfo?.fio ? profileInfo?.fio : profileInfo?.username},{" "}
{profileInfo?.specification} разработчик
</span>
) : (
"ООО НДВ Консалтинг"