From 19ef0eee64df3745093ad87592ee9c44b6889253 Mon Sep 17 00:00:00 2001 From: caturbgs Date: Thu, 16 Dec 2021 12:32:55 +0700 Subject: [PATCH] feat: change layout profile page --- src/pages/Profile/Profile.js | 58 +++++++++++++++++------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js index 5d851ec..6eb391f 100644 --- a/src/pages/Profile/Profile.js +++ b/src/pages/Profile/Profile.js @@ -53,36 +53,34 @@ export const Profile = observer(() => {
+ Profile - -
- Profile - - - Name - - - {store.authentication.profileData?.username} - - - Role - - - {store.authentication.profileData.roles?.name} - - - Superior - - - {store.authentication.profileData.superior?.username} - - - Wallet - - - {store.authentication.profileData.wallet} - - + + + + Name + + + {store.authentication.profileData?.username} + + + Role + + + {store.authentication.profileData.roles?.name} + + + Superior + + + {store.authentication.profileData.superior?.username} + + + + +
+ Saldo + {store.authentication.profileData?.wallet}
@@ -92,7 +90,7 @@ export const Profile = observer(() => { History User Transaction