Skip to content

Commit

Permalink
fix(context): revert change causing duplicate list
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Mar 13, 2024
1 parent 7388ac4 commit fd525c2
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 479 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@
</ng-template>
</igo-collapsible>

<ng-container
<ng-template
*ngIf="$any(groupContexts).value.length && !auth.authenticated"
></ng-container>
<ng-template ngFor let-context [ngForOf]="$any(groupContexts).value">
ngFor
let-context
[ngForOf]="$any(groupContexts).value"
>
<igo-context-item
igoListItem
color="accent"
Expand Down
Loading

0 comments on commit fd525c2

Please sign in to comment.