Added mail in the ProfileView
This commit is contained in:
@@ -80,10 +80,15 @@ const ProfileView = () => {
|
||||
/>
|
||||
</View>
|
||||
<Translate
|
||||
style={{ paddingBottom: 10, fontWeight: 'bold' }}
|
||||
style={{ fontWeight: 'bold' }}
|
||||
translationKey="accountCreatedOn"
|
||||
format={(e) => `${e} ${userQuery.data.data.createdAt.toLocaleDateString()}`}
|
||||
/>
|
||||
<Translate
|
||||
style={{ fontWeight: 'bold', paddingBottom: 10 }}
|
||||
translationKey="email"
|
||||
format={(e) => `${e} ${userQuery.data.email}`}
|
||||
/>
|
||||
<Flex
|
||||
style={{
|
||||
flexDirection: 'row',
|
||||
|
||||
Reference in New Issue
Block a user