Actually fix indent lint errors
This commit is contained in:
parent
2344ddd164
commit
f34489e2df
7 changed files with 121 additions and 120 deletions
|
@ -152,7 +152,7 @@ export default class ManageEventIndexDialog extends React.Component<IProps, ISta
|
|||
crawlerState = _t("Not currently indexing messages for any room.");
|
||||
} else {
|
||||
crawlerState = (
|
||||
_t("Currently indexing: %(currentRoom)s", { currentRoom: this.state.currentRoom })
|
||||
_t("Currently indexing: %(currentRoom)s", { currentRoom: this.state.currentRoom })
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue