Skip to content

Commit 3246b61

Browse files
aliaksei.bykauabollini
authored andcommitted
[CST-12522] removed isAuthenticated from context-menu.component.html
1 parent 8a3781e commit 3246b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/context-menu/context-menu.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="d-flex space-children-mr justify-content-end" *ngIf="((isAuthenticated | async) || isItem()) && contextMenuObject">
1+
<div class="d-flex space-children-mr justify-content-end" *ngIf="contextMenuObject">
22
<ng-container *ngFor="let entry of (getStandAloneMenuEntries() | async)">
33
<ng-container *ngComponentOutlet="entry; injector: objectInjector;"></ng-container>
44
</ng-container>

0 commit comments

Comments
 (0)