diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 9acef413a0..b2e49fb67a 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -918,6 +918,7 @@ export default React.createClass({ avatarNode = ; if (summary.profile && summary.profile.name) { diff --git a/src/components/views/avatars/GroupAvatar.js b/src/components/views/avatars/GroupAvatar.js index 506714e857..3b716f02e1 100644 --- a/src/components/views/avatars/GroupAvatar.js +++ b/src/components/views/avatars/GroupAvatar.js @@ -28,6 +28,7 @@ export default React.createClass({ width: PropTypes.number, height: PropTypes.number, resizeMethod: PropTypes.string, + onClick: PropTypes.func, }, getDefaultProps: function() {