Skip to content

Commit 3fa9417

Browse files
authored
Merge pull request #82 from rubberduck-vba/webhook
Remove anonymous (no-op) "Edit Links" button on feature info page
2 parents 2fc6a47 + 86b8090 commit 3fa9417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rubberduckvba.client/src/app/components/feature-info/feature-info.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ <h2>{{feature?.title}}</h2>
3838
</div>
3939
}
4040
</div>
41+
@if (user.isWriter) {
4142
<div class="text-end">
4243
<edit-feature [feature]="feature" [action]="editLinksAction"></edit-feature>
4344
</div>
45+
}
4446
</div>
4547
}
4648
</div>

0 commit comments

Comments
 (0)