Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b1c2887

Browse files
authored
line length
1 parent 6225e40 commit b1c2887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/views/dialogs/RoomSettingsDialog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ export default class RoomSettingsDialog extends React.Component {
5555
_getTabs() {
5656
const tabs = [];
5757
const featureFlag = SettingsStore.isFeatureEnabled("feature_bridge_state");
58-
const shouldShowBridgeIcon = featureFlag && BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
58+
const shouldShowBridgeIcon = featureFlag &&
59+
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
5960

6061
tabs.push(new Tab(
6162
_td("General"),

0 commit comments

Comments
 (0)