mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
change name of extension point
This commit is contained in:
@@ -15,10 +15,9 @@ class ChangesetAvatar extends React.Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<p className="image is-64x64">
|
<p className="image is-64x64">
|
||||||
<ExtensionPoint
|
<ExtensionPoint
|
||||||
name="repos.changeset-table.information"
|
name="repos.changeset.gravatar"
|
||||||
props={{ changeset, repository }}
|
props={{ changeset, repository }}
|
||||||
>
|
/>
|
||||||
</ExtensionPoint>
|
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user