mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +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 ) {
|
||||||
@ -43,7 +43,7 @@ const Avatar = ({
|
|||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cn} style={style}>
|
<div className={cn} style={style}>
|
||||||
|
Loading…
Reference in New Issue
Block a user