rename extensionPoints

This commit is contained in:
Eduard Heimbuch
2019-08-29 16:27:40 +02:00
parent bd22d60965
commit 41b27d6e09
3 changed files with 4 additions and 4 deletions

View File

@@ -92,11 +92,11 @@ class FileTreeLeaf extends React.Component<Props> {
>
{file.description}
</td>
{binder.hasExtension("sourceView.right") && (
{binder.hasExtension("repos.sources.tree.row.right") && (
<td>
{!file.directory && (
<ExtensionPoint
name="sourceView.right"
name="repos.sources.tree.row.right"
props={{ file }}
renderAll={true}
/>