mirror of https://github.com/vector-im/riot-web
No trailing space
parent
0a8cc416bf
commit
fb94be4abd
|
@ -55,7 +55,7 @@ export default class RoomSettingsDialog extends React.Component {
|
|||
_getTabs() {
|
||||
const tabs = [];
|
||||
const featureFlag = SettingsStore.isFeatureEnabled("feature_bridge_state");
|
||||
const shouldShowBridgeIcon = featureFlag &&
|
||||
const shouldShowBridgeIcon = featureFlag &&
|
||||
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
|
||||
|
||||
tabs.push(new Tab(
|
||||
|
|
Loading…
Reference in New Issue