Skip to content

Commit

Permalink
JNG-5425 doh
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Jan 17, 2024
1 parent 157043a commit 68f50b7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<Divider id="{{ getXMIID child }}">
{{# or child.icon child.label }}
<Box sx={ { display: 'flex', flexDirection: 'row', alignItems: 'center' } }>
{{/ or }}
{{# if child.icon }}
<MdiIcon path="{{ child.icon.iconName }}" {{# if child.label }}sx={ { mr: '.2rem' } }{{/ if }} />
{{/ if }}
Expand All @@ -25,7 +24,6 @@
{ t('{{ getTranslationKeyForVisualElement child }}', { defaultValue: '{{ child.label }}' }) as string }
</Typography>
{{/ if }}
{{# or child.icon child.label }}
</Box>
{{/ or }}
</Divider>
Expand Down

0 comments on commit 68f50b7

Please sign in to comment.