mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -16,9 +16,7 @@ class AvatarImage extends React.Component<Props> {
|
||||
if (avatarFactory) {
|
||||
const avatar = avatarFactory(person);
|
||||
|
||||
return (
|
||||
<Image className="has-rounded-border" src={avatar} alt={person.name} />
|
||||
);
|
||||
return <Image className="has-rounded-border" src={avatar} alt={person.name} />;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user