mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Indenting fix
This commit is contained in:
parent
3d4feac75b
commit
0a920ae801
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue