fixing indentation and missing semicolons

This commit is contained in:
Alex Windett 2016-10-28 11:23:04 +01:00
parent 80c596db66
commit 7e85e17367
1 changed files with 4 additions and 4 deletions

View File

@ -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}
</p>
{letter}
</p>
);
}
}
};
return (
<div className={cn} style={style}>