diff --git a/judo-ui-react/src/main/resources/actor/src/pages/widgets/tabcontroller.hbs b/judo-ui-react/src/main/resources/actor/src/pages/widgets/tabcontroller.hbs index 9fd1e696..c053d226 100644 --- a/judo-ui-react/src/main/resources/actor/src/pages/widgets/tabcontroller.hbs +++ b/judo-ui-react/src/main/resources/actor/src/pages/widgets/tabcontroller.hbs @@ -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 }}