From b567b95fadf828e2c8e5038268a8664877e24d8f Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 27 Apr 2020 17:10:38 +0100 Subject: [PATCH] Lint --- src/components/views/avatars/BaseAvatar.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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}