From f4bd6a483b3bc10823040295b75e6dd05200a764 Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 4 Jun 2025 22:33:53 +0500 Subject: [PATCH] =?UTF-8?q?featfeat(ProfilePage):=20=D0=9E=D1=82=D0=BE?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (ProfilePage): Отображение ФИО пользователя feat(ProfilePage): Отображение имени пользователя в профиле --- web-app/src/Components/Pages/ProfilePage/ProfilePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/Components/Pages/ProfilePage/ProfilePage.jsx b/web-app/src/Components/Pages/ProfilePage/ProfilePage.jsx index 7a24bcc..357c192 100644 --- a/web-app/src/Components/Pages/ProfilePage/ProfilePage.jsx +++ b/web-app/src/Components/Pages/ProfilePage/ProfilePage.jsx @@ -36,7 +36,7 @@ const ProfilePage = () => { ) : ( <> - Главная страница + {userData.last_name} {userData.first_name} Профиль