mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-18 19:01:55 +02:00
fix ReadReceiptMarker ref
This commit is contained in:
parent
17f5849985
commit
207045e979
@ -178,7 +178,7 @@ module.exports = createReactClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
const MemberAvatar = sdk.getComponent('avatars.MemberAvatar');
|
const MemberAvatar = sdk.getComponent('avatars.MemberAvatar');
|
||||||
if (this.state.suppressDisplay) {
|
if (this.state.suppressDisplay) {
|
||||||
return <div />;
|
return <div ref={this._avatar} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
const style = {
|
const style = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user