Add click-to-open-settings functionality to GroupAvatar

This commit is contained in:
Luke Barnard 2017-10-23 14:54:57 +01:00
parent b5c9fa4caa
commit e89371fb1c
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ export default React.createClass({
width: PropTypes.number,
height: PropTypes.number,
resizeMethod: PropTypes.string,
onClick: PropTypes.func,
},
getDefaultProps: function() {