1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Fix info avatar

This commit is contained in:
Jorik Schellekens
2020-04-27 17:29:03 +01:00
parent b567b95fad
commit c995e2e021

View File

@@ -210,8 +210,8 @@ export default createReactClass({
onClick={onClick}
onError={this.onError}
style={{
width: toRem(width),
height: toRem(height)
width: {width},
height: {height},
}}
title={title} alt=""
inputRef={inputRef}