Pass with, height & resizeMethod through
Was spelt wrong anyway
This commit is contained in:
parent
8468a118b5
commit
3b06db0725
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export default React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
const BaseAvatar = sdk.getComponent("avatars.BaseAvatar");
|
const BaseAvatar = sdk.getComponent("avatars.BaseAvatar");
|
||||||
// extract the props we use from props so we can pass any others through
|
// 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 (
|
return (
|
||||||
<BaseAvatar
|
<BaseAvatar
|
||||||
|
|
Loading…
Reference in a new issue