From 14407dd5e39ee5865d7d460ebbdc6f2c38d19d6c Mon Sep 17 00:00:00 2001 From: caturbgs Date: Thu, 16 Dec 2021 16:01:45 +0700 Subject: [PATCH] feat: add additional key profile --- src/pages/Profile/Profile.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js index 3855740..f4f366a 100644 --- a/src/pages/Profile/Profile.js +++ b/src/pages/Profile/Profile.js @@ -61,6 +61,18 @@ export const Profile = observer(() => { Name + + {store.authentication.profileData?.userDetail?.name} + + + Phone Number + + + {store.authentication.profileData?.userDetail?.phone_number} + + + Username + {store.authentication.profileData?.username}