1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2020-04-22 11:05:43 -06:00
parent 5c77df2afd
commit 3662c9e1c1

View File

@@ -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 />