diff --git a/src/components/views/avatars/GroupAvatar.js b/src/components/views/avatars/GroupAvatar.js index 4253b2f5b7..15c71e59d5 100644 --- a/src/components/views/avatars/GroupAvatar.js +++ b/src/components/views/avatars/GroupAvatar.js @@ -50,7 +50,7 @@ export default React.createClass({ render: function() { const BaseAvatar = sdk.getComponent("avatars.BaseAvatar"); // extract the props we use from props so we can pass any others through - const {groupId, groupAvatarUrl, wifth, height, resizeMethod, ...otherProps} = this.props; + const {groupId, groupAvatarUrl, ...otherProps} = this.props; return (