1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

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>);
}