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 (