mirror of https://github.com/vector-im/riot-web
Fix info avatar
parent
b567b95fad
commit
c995e2e021
|
@ -210,8 +210,8 @@ export default createReactClass({
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
onError={this.onError}
|
onError={this.onError}
|
||||||
style={{
|
style={{
|
||||||
width: toRem(width),
|
width: {width},
|
||||||
height: toRem(height)
|
height: {height},
|
||||||
}}
|
}}
|
||||||
title={title} alt=""
|
title={title} alt=""
|
||||||
inputRef={inputRef}
|
inputRef={inputRef}
|
||||||
|
|
Loading…
Reference in New Issue