mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
line length
This commit is contained in:
parent
6225e402cc
commit
b1c2887087
@ -55,7 +55,8 @@ export default class RoomSettingsDialog extends React.Component {
|
||||
_getTabs() {
|
||||
const tabs = [];
|
||||
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(
|
||||
_td("General"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user