There was an error while loading. Please reload this page.
1 parent a0ddc81 commit 868aba8Copy full SHA for 868aba8
src/app/features/project/overview/components/overview-components/overview-components.component.html
@@ -24,7 +24,7 @@ <h2 class="flex align-items-center gap-2">
24
<a class="component-title" [href]="component.id">{{ component.title }}</a>
25
</h2>
26
27
- @if (!isCurrentUserContributor(component)) {
+ @if (isCurrentUserContributor(component)) {
28
<div>
29
<p-button
30
severity="contrast"
0 commit comments