We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3781e commit 3246b61Copy full SHA for 3246b61
1 file changed
src/app/shared/context-menu/context-menu.component.html
@@ -1,4 +1,4 @@
1
-<div class="d-flex space-children-mr justify-content-end" *ngIf="((isAuthenticated | async) || isItem()) && contextMenuObject">
+<div class="d-flex space-children-mr justify-content-end" *ngIf="contextMenuObject">
2
<ng-container *ngFor="let entry of (getStandAloneMenuEntries() | async)">
3
<ng-container *ngComponentOutlet="entry; injector: objectInjector;"></ng-container>
4
</ng-container>
0 commit comments