You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Remove redundant lines
This commit is contained in:
@ -71,10 +71,6 @@ module.exports = React.createClass({
|
||||
return this._getEventSenderName(ev);
|
||||
}).join(', ');
|
||||
|
||||
if (names.length === 0) {
|
||||
return this._getEventSenderName(lastEvent);
|
||||
}
|
||||
|
||||
let lastName = this._getEventSenderName(lastEvent);
|
||||
if (names.length === 0) {
|
||||
// special-case for a single event
|
||||
|
Reference in New Issue
Block a user