From 7e85e1736709a35bfd11f96a98822a3f49f03071 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Fri, 28 Oct 2016 11:23:04 +0100 Subject: [PATCH] fixing indentation and missing semicolons --- ui/src/components/avatar/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/components/avatar/index.js b/ui/src/components/avatar/index.js index 903caf0d..a2b26d46 100644 --- a/ui/src/components/avatar/index.js +++ b/ui/src/components/avatar/index.js @@ -20,7 +20,7 @@ const Avatar = ({ style = { ...style, background: color - } + }; const fill = () => { if ( image ) { @@ -39,11 +39,11 @@ const Avatar = ({ className={styles.letter} style={style} > - {letter} -

+ {letter} +

); } - } + }; return (