diff --git a/src/components/views/avatars/BaseAvatar.js b/src/components/views/avatars/BaseAvatar.js index a17124b9ad..329d0b29a4 100644 --- a/src/components/views/avatars/BaseAvatar.js +++ b/src/components/views/avatars/BaseAvatar.js @@ -165,9 +165,11 @@ export default createReactClass({ const initialLetter = AvatarLogic.getInitialLetter(name); const textNode = ( @@ -223,7 +225,7 @@ export default createReactClass({ onError={this.onError} style={{ width: toRem(width), - height: toRem(height) + height: toRem(height), }} title={title} alt="" ref={inputRef}