mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Removing display of user ID in settings.
This commit is contained in:
@@ -4,7 +4,10 @@ import styles from './SettingsHeader.css';
|
||||
export default ({userData}) => (
|
||||
<div className={styles.header}>
|
||||
<h1>{userData.displayName}</h1>
|
||||
<h2>{userData.profiles.map(profile => profile.id)}</h2>
|
||||
|
||||
{
|
||||
// Hiding display of users ID unless there's a use case for it.
|
||||
//<h2>{userData.profiles.map(profile => profile.id)}</h2>
|
||||
}
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user