mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
fixing indentation and missing semicolons
This commit is contained in:
parent
80c596db66
commit
7e85e17367
@ -20,7 +20,7 @@ const Avatar = ({
|
|||||||
style = {
|
style = {
|
||||||
...style,
|
...style,
|
||||||
background: color
|
background: color
|
||||||
}
|
};
|
||||||
|
|
||||||
const fill = () => {
|
const fill = () => {
|
||||||
if ( image ) {
|
if ( image ) {
|
||||||
@ -39,11 +39,11 @@ const Avatar = ({
|
|||||||
className={styles.letter}
|
className={styles.letter}
|
||||||
style={style}
|
style={style}
|
||||||
>
|
>
|
||||||
{letter}
|
{letter}
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cn} style={style}>
|
<div className={cn} style={style}>
|
||||||
|
Loading…
Reference in New Issue
Block a user