mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -18,10 +18,7 @@ export default class PluginAvatar extends React.Component<Props> {
|
||||
plugin
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
src={plugin.avatarUrl ? plugin.avatarUrl : "/images/blib.jpg"}
|
||||
alt="Logo"
|
||||
/>
|
||||
<Image src={plugin.avatarUrl ? plugin.avatarUrl : "/images/blib.jpg"} alt="Logo" />
|
||||
</ExtensionPoint>
|
||||
</p>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user