1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Add GroupAvatar to handle fallback images etc.

And a few misc tidyups
This commit is contained in:
David Baker
2017-06-29 17:51:38 +01:00
parent d6ecec1987
commit 84e13d5437
4 changed files with 74 additions and 14 deletions

View File

@ -43,7 +43,7 @@ const GroupTile = React.createClass({
}
});
module.exports = WithMatrixClient(React.createClass({
export default WithMatrixClient(React.createClass({
displayName: 'GroupList',
propTypes: {