Initial rejig

This commit is contained in:
Michael Telatynski 2019-12-19 20:09:05 +00:00
parent 1c31fd3413
commit b2249d0561
13 changed files with 56 additions and 172 deletions

View file

@ -243,7 +243,6 @@ const LeftPanel = createReactClass({
tagPanelContainer = (<div className="mx_LeftPanel_tagPanelContainer">
<TagPanel />
{ isCustomTagsEnabled ? <CustomRoomTagPanel /> : undefined }
<TagPanelButtons />
</div>);
}