1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Pass with, height & resizeMethod through

Was spelt wrong anyway
This commit is contained in:
David Baker
2017-07-05 11:39:22 +01:00
parent 8468a118b5
commit 3b06db0725

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