From 371c0f1d786beea20895a07ad20a37289edda234 Mon Sep 17 00:00:00 2001 From: Valentyna Dudchak Date: Thu, 28 Nov 2024 12:21:10 +0200 Subject: [PATCH] fixed error in user profile --- src/pages/user-profile/UserProfile.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/user-profile/UserProfile.jsx b/src/pages/user-profile/UserProfile.jsx index 530fd02cf..b8f4e94b7 100644 --- a/src/pages/user-profile/UserProfile.jsx +++ b/src/pages/user-profile/UserProfile.jsx @@ -99,7 +99,9 @@ const UserProfile = () => { {response.professionalBlock && ( )} - {isStudent && } + {response.aboutStudent && ( + + )} {shouldShowPresentation && VideoPresentationComponent}