extension point for changeset description should be only rendered once

This commit is contained in:
Sebastian Sdorra
2019-01-25 12:35:16 +01:00
parent 4875ef9639
commit 9670232ad2
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ class ChangesetRow extends React.Component<Props> {
<ExtensionPoint
name="changesets.changeset.description"
props={{ changeset, value: description.title }}
renderAll={true}
renderAll={false}
>
{description.title}
</ExtensionPoint>