You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Add userid back
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user