mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -16,13 +16,7 @@ class PluginList extends React.Component<Props> {
|
||||
return (
|
||||
<div className="content is-plugin-page">
|
||||
{groups.map(group => {
|
||||
return (
|
||||
<PluginGroupEntry
|
||||
group={group}
|
||||
key={group.name}
|
||||
refresh={refresh}
|
||||
/>
|
||||
);
|
||||
return <PluginGroupEntry group={group} key={group.name} refresh={refresh} />;
|
||||
})}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user