1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Add userid back

This commit is contained in:
Will Hunt
2017-06-11 07:13:50 +01:00
parent f940d2c100
commit 3ddbf83c62

View File

@@ -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>
);