Skip to content

Commit

Permalink
Merge branch 'meriturva-patch-1' into v4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Feb 15, 2024
2 parents d5e328f + 623ada5 commit 01c1033
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 01c1033

Please sign in to comment.