1
0
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:
David Baker
2018-03-26 13:33:47 +01:00
committed by GitHub
parent 3d4feac75b
commit 0a920ae801

View File

@@ -192,8 +192,7 @@ module.exports = React.createClass({
{userName: this.props.member.userId,
dateTime: dateString},
);
}
else {
} else {
title = _t(
"Seen by %(displayName)s (%(userName)s) at %(dateTime)s",
{displayName: this.props.member.rawDisplayName,