mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
more bizarrely strict linting :/
This commit is contained in:
parent
247e32115f
commit
635996c083
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ module.exports = React.createClass({
|
|||
<div className="mx_PinnedEventsPanel">
|
||||
<div className="mx_PinnedEventsPanel_body">
|
||||
<AccessibleButton className="mx_PinnedEventsPanel_cancel" onClick={this.props.onCancelClick}><img src="img/cancel.svg" width="18" height="18" /></AccessibleButton>
|
||||
<h3 className="mx_PinnedEventsPanel_header">{_t("Pinned Messages")}</h3>
|
||||
<h3 className="mx_PinnedEventsPanel_header">{ _t("Pinned Messages") }</h3>
|
||||
{ tiles }
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue