No trailing space
parent
0a8cc416bf
commit
fb94be4abd
|
@ -55,7 +55,7 @@ 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 &&
|
const shouldShowBridgeIcon = featureFlag &&
|
||||||
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
|
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
|
||||||
|
|
||||||
tabs.push(new Tab(
|
tabs.push(new Tab(
|
||||||
|
|
Loading…
Reference in New Issue