diff --git a/src/components/views/avatars/BaseAvatar.js b/src/components/views/avatars/BaseAvatar.js
index 70c0ed3eae..65730be40b 100644
--- a/src/components/views/avatars/BaseAvatar.js
+++ b/src/components/views/avatars/BaseAvatar.js
@@ -145,16 +145,20 @@ module.exports = React.createClass({
if (imageUrl === this.state.defaultImageUrl) {
const initialLetter = this._getInitialLetter(name);
- const textNode =
- {initialLetter}
- ;
- const imgNode =
+ {initialLetter}
+
+ );
+ const imgNode = (
+ ;
+ width={width} height={height} />
+ );
if (onClick != null) {
return (