Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fb94be4

Browse files
authored
No trailing space
1 parent 0a8cc41 commit fb94be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/RoomSettingsDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class RoomSettingsDialog extends React.Component {
5555
_getTabs() {
5656
const tabs = [];
5757
const featureFlag = SettingsStore.isFeatureEnabled("feature_bridge_state");
58-
const shouldShowBridgeIcon = featureFlag &&
58+
const shouldShowBridgeIcon = featureFlag &&
5959
BridgeSettingsTab.getBridgeStateEvents(this.props.roomId).length > 0;
6060

6161
tabs.push(new Tab(

0 commit comments

Comments
 (0)