mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
add class name for my profile container
This commit is contained in:
@@ -71,7 +71,7 @@ class ProfileContainer extends Component {
|
||||
const emailAddress = localProfile && localProfile.id;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className='profileContainer'>
|
||||
<h2>{user.username}</h2>
|
||||
{emailAddress ? <p>{emailAddress}</p> : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user