1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2019-01-28 13:59:09 -07:00
parent 8205cc04e4
commit 9513837e97
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ export default class RoomSettingsDialog extends React.Component {
tabs.push(new Tab(
_td("General"),
"mx_RoomSettingsDialog_settingsIcon",
<GeneralRoomSettingsTab roomId={this.props.roomId}/>,
<GeneralRoomSettingsTab roomId={this.props.roomId} />,
));
tabs.push(new Tab(
_td("Security & Privacy"),