Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c995e2e

Browse files
Fix info avatar
1 parent b567b95 commit c995e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/avatars/BaseAvatar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ export default createReactClass({
210210
onClick={onClick}
211211
onError={this.onError}
212212
style={{
213-
width: toRem(width),
214-
height: toRem(height)
213+
width: {width},
214+
height: {height},
215215
}}
216216
title={title} alt=""
217217
inputRef={inputRef}

0 commit comments

Comments
 (0)