mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
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() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue