Pass with, height & resizeMethod through

Was spelt wrong anyway
pull/21833/head
David Baker 2017-07-05 11:39:22 +01:00
parent 8468a118b5
commit 3b06db0725
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<BaseAvatar