You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Remove BottomLeftMenu and supporting bits
The `BottomLeftMenu` component is not used in the new design. This removes the component and also any images and sub-components that were only used by it.
This commit is contained in:
@ -270,7 +270,6 @@ const LeftPanel = React.createClass({
|
||||
</aside>
|
||||
</div>
|
||||
);
|
||||
// <BottomLeftMenu collapsed={this.props.collapsed}/>
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user