Add userid back
This commit is contained in:
parent
f940d2c100
commit
3ddbf83c62
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ const BannedUser = React.createClass({
|
||||||
>
|
>
|
||||||
{ _t('Unban') }
|
{ _t('Unban') }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
<strong>{this.props.member.name}</strong>
|
<strong>{this.props.member.name}</strong> {this.props.member.userId}
|
||||||
{this.props.reason ? " " +_t('Reason') + ": " + this.props.reason : ""}
|
{this.props.reason ? " " +_t('Reason') + ": " + this.props.reason : ""}
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue