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}
Профиль