DisableEventIndex: Remove a blank line and rewrite a doc comment.

pull/21833/head
Damir Jelić 2020-01-24 09:35:31 +01:00
parent e2a4a08b25
commit 86a098fcd9
1 changed files with 1 additions and 3 deletions

View File

@ -24,10 +24,8 @@ import SettingsStore, {SettingLevel} from "../../../../settings/SettingsStore";
import EventIndexPeg from "../../../../indexing/EventIndexPeg"; import EventIndexPeg from "../../../../indexing/EventIndexPeg";
import AccessibleButton from "../../../../components/views/elements/AccessibleButton"; import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
/* /*
* Walks the user through the process of creating an e2e key backup * Allows the user to disable the Event Index.
* on the server.
*/ */
export default class ManageEventIndex extends React.Component { export default class ManageEventIndex extends React.Component {
static propTypes = { static propTypes = {