Skip to content

Commit

Permalink
fix: remove not existing directive from avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 15, 2024
1 parent bdaf683 commit 2d1220c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ng-content select="[it-avatar-dropdown-toggle]"></ng-content>
</a>
<ng-container list class="dropdown-menu">
<li it-dropdown-item *ngFor="let item of items">
<li *ngFor="let item of items">
<a *ngIf="item.link; else nolink"
[routerLink]="item.link"
class="dropdown-item list-item"
Expand Down

0 comments on commit 2d1220c

Please sign in to comment.