mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fixing indentation and missing semicolons
This commit is contained in:
parent
80c596db66
commit
7e85e17367
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user