1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00
This commit is contained in:
Bruno Windels
2018-11-01 17:56:08 +01:00
parent 3e02f247c8
commit 4c5bd71114
6 changed files with 14 additions and 20 deletions

View File

@@ -26,7 +26,6 @@ import Avatar from '../../Avatar';
const AVATAR_SIZE = 28;
export default class TopLeftMenuButton extends React.Component {
static propTypes = {
collapsed: PropTypes.bool.isRequired,
};