Skip to content

Commit 86b8090

Browse files
committed
remove anonymous (no-op) "Edit Links" button
1 parent 0b1cf11 commit 86b8090

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)