Fix linting
This commit is contained in:
parent
9facb0d963
commit
ef51a46d24
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ export default class MessageActionBar extends React.PureComponent {
|
||||||
allowClose: false,
|
allowClose: false,
|
||||||
refireParams: {
|
refireParams: {
|
||||||
event: this.props.mxEvent,
|
event: this.props.mxEvent,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -282,7 +282,7 @@ export default class MessageActionBar extends React.PureComponent {
|
||||||
onClick={this.onThreadClick}
|
onClick={this.onThreadClick}
|
||||||
key="thread"
|
key="thread"
|
||||||
/>
|
/>
|
||||||
)}
|
) }
|
||||||
</>);
|
</>);
|
||||||
}
|
}
|
||||||
if (this.context.canReact) {
|
if (this.context.canReact) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue