mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
fix lint
This commit is contained in:
parent
6a077655e9
commit
06160f5fae
@ -128,7 +128,6 @@ module.exports = React.createClass({
|
|||||||
} else if (totalMemberCount == 1) {
|
} else if (totalMemberCount == 1) {
|
||||||
otherMember = members[0];
|
otherMember = members[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if (otherMember) {
|
if (otherMember) {
|
||||||
return otherMember.getAvatarUrl(
|
return otherMember.getAvatarUrl(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user