change name of extension point

This commit is contained in:
Maren Süwer
2018-09-27 11:59:10 +02:00
parent 33ffd4baa8
commit 700abf7fe0

View File

@@ -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>
); );
} }