1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Fix member info avatar size

This commit is contained in:
Jorik Schellekens
2020-04-27 16:57:38 +01:00
parent 4b4599c1d8
commit bfba5e6cfe

View File

@@ -208,8 +208,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}