fix ReadReceiptMarker ref
parent
17f5849985
commit
207045e979
|
@ -178,7 +178,7 @@ module.exports = createReactClass({
|
|||
render: function() {
|
||||
const MemberAvatar = sdk.getComponent('avatars.MemberAvatar');
|
||||
if (this.state.suppressDisplay) {
|
||||
return <div />;
|
||||
return <div ref={this._avatar} />;
|
||||
}
|
||||
|
||||
const style = {
|
||||
|
|
Loading…
Reference in New Issue