mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
No trailing space
This commit is contained in:
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…
x
Reference in New Issue
Block a user