mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Appease the linter
This commit is contained in:
parent
5c77df2afd
commit
3662c9e1c1
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ export default class SecurityUserSettingsTab extends React.Component {
|
|||
</div>
|
||||
);
|
||||
|
||||
let eventIndex = (
|
||||
const eventIndex = (
|
||||
<div className="mx_SettingsTab_section">
|
||||
<span className="mx_SettingsTab_subheading">{_t("Message search")}</span>
|
||||
<EventIndexPanel />
|
||||
|
|
Loading…
Reference in a new issue