Indenting fix

pull/21833/head
David Baker 2018-03-26 13:33:47 +01:00 committed by GitHub
parent 3d4feac75b
commit 0a920ae801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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,