diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js index 55b8c34ae6..000195d349 100644 --- a/src/components/structures/LeftPanel.js +++ b/src/components/structures/LeftPanel.js @@ -216,12 +216,17 @@ const LeftPanel = React.createClass({ onCleared={ this.onSearchCleared } collapsed={this.props.collapsed} />); + let breadcrumbs; + if (SettingsStore.isFeatureEnabled("feature_room_breadcrumbs")) { + breadcrumbs = (); + } + return (
{ tagPanelContainer }