You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Indenting fix
This commit is contained in:
@@ -192,8 +192,7 @@ module.exports = React.createClass({
|
|||||||
{userName: this.props.member.userId,
|
{userName: this.props.member.userId,
|
||||||
dateTime: dateString},
|
dateTime: dateString},
|
||||||
);
|
);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
title = _t(
|
title = _t(
|
||||||
"Seen by %(displayName)s (%(userName)s) at %(dateTime)s",
|
"Seen by %(displayName)s (%(userName)s) at %(dateTime)s",
|
||||||
{displayName: this.props.member.rawDisplayName,
|
{displayName: this.props.member.rawDisplayName,
|
||||||
|
|||||||
Reference in New Issue
Block a user