Fix member info avatar size
This commit is contained in:
parent
4b4599c1d8
commit
bfba5e6cfe
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,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 a new issue