1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

fixing indentation and missing semicolons

This commit is contained in:
Alex Windett 2016-10-28 11:23:04 +01:00
parent 80c596db66
commit 7e85e17367

View File

@ -20,7 +20,7 @@ const Avatar = ({
style = { style = {
...style, ...style,
background: color background: color
} };
const fill = () => { const fill = () => {
if ( image ) { if ( image ) {
@ -43,7 +43,7 @@ const Avatar = ({
</p> </p>
); );
} }
} };
return ( return (
<div className={cn} style={style}> <div className={cn} style={style}>