Skip to content

Commit

Permalink
fix(sidebar-nav-group): typo on control flow migration - thanks @meri…
Browse files Browse the repository at this point in the history
…turva, closes #200
  • Loading branch information
xidedix committed Feb 15, 2024
2 parents 5175e21 + 5b5d19f commit 623ada5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@if (item?.icon) {
<i [ngClass]="item | cSidebarNavIcon"></i>
}
@if ("item?.iconComponent") {
@if (item?.iconComponent) {
<svg
[cIcon]="item.iconComponent?.content"
[customClasses]="item | cSidebarNavIcon"
Expand Down

0 comments on commit 623ada5

Please sign in to comment.