mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Add userid back
This commit is contained in:
parent
f940d2c100
commit
3ddbf83c62
@ -74,7 +74,7 @@ const BannedUser = React.createClass({
|
||||
>
|
||||
{ _t('Unban') }
|
||||
</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 : ""}
|
||||
</li>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user