Skip to content

Commit

Permalink
JNG-4724 fix missing tab icons (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Apr 12, 2023
1 parent 6f5eae7 commit 5b9d82b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
id: '{{ createId tab }}',
name: '{{ tab.name }}',
label: '{{ tab.element.label }}',
{{# if tab.child.icon }}
icon: '{{ tab.child.icon.name }}',
{{# if tab.element.icon }}
icon: '{{ tab.element.icon.name }}',
{{/ if }}
},
{{/ each }}
Expand Down

0 comments on commit 5b9d82b

Please sign in to comment.