remove identification changes on UserDetails

This commit is contained in:
Leandro
2018-02-07 09:12:39 +01:00
parent f75924e683
commit 44913864eb
2 changed files with 4 additions and 4 deletions
@@ -197,11 +197,11 @@ class UserDetail extends React.Component {
{new Date(user.created_at).toLocaleString()}
</li>
{user.profiles.map(({ id, provider }) => (
{user.profiles.map(({ id }) => (
<li key={id}>
<Icon name="perm_identity" />
<Icon name="email" />
<span className={styles.userDetailItem}>
{t('user_detail.identification')} ({provider}):
{t('user_detail.email')}:
</span>
{id}{' '}
<ButtonCopyToClipboard
+1 -1
View File
@@ -424,7 +424,7 @@ en:
remove_ban: "Remove Ban"
ban: "Ban User"
member_since: "Member Since"
identification: "Identification"
email: "Email"
total_comments: "Total Comments"
reject_rate: "Reject Rate"
reports: "Reports"