mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix user
This commit is contained in:
parent
44fdc3c315
commit
d7bcdd6c1b
@ -15,12 +15,10 @@ export default class ShowUserComponent extends React.Component {
|
|||||||
|
|
||||||
render () {
|
render () {
|
||||||
return (
|
return (
|
||||||
<div style={{ textAlign: 'right' }}>
|
<a className="mdl-navigation__link" href="#edit-user" onClick={this.openEdit} style={{}}>
|
||||||
<p>
|
Username:
|
||||||
You are logged in as:
|
<strong>{this.props.user.userName || 'Unknown'}</strong>
|
||||||
<strong> <a href="#edit-user" onClick={this.openEdit}>{this.props.user.userName || 'unknown'}</a></strong>
|
</a>
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user