line length
This commit is contained in:
parent
6225e402cc
commit
b1c2887087
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ export default class RoomSettingsDialog extends React.Component {
|
||||||
_getTabs() {
|
_getTabs() {
|
||||||
const tabs = [];
|
const tabs = [];
|
||||||
const featureFlag = SettingsStore.isFeatureEnabled("feature_bridge_state");
|
const featureFlag = SettingsStore.isFeatureEnabled("feature_bridge_state");
|
||||||
const shouldShowBridgeIcon = featureFlag && BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
|
const shouldShowBridgeIcon = featureFlag &&
|
||||||
|
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
|
||||||
|
|
||||||
tabs.push(new Tab(
|
tabs.push(new Tab(
|
||||||
_td("General"),
|
_td("General"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue