Skip to content

Commit

Permalink
fix(ui5-tabcontainer): fix id duplication (#1789)
Browse files Browse the repository at this point in the history
FIXES: #1788
  • Loading branch information
ilhan007 committed Jun 15, 2020
1 parent 42f1766 commit 511cb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/TabInStrip.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>

{{#if this.icon}}
<div id="{{this._id}}" class="ui5-tab-strip-item-icon-outer">
<div class="ui5-tab-strip-item-icon-outer">
<ui5-icon name="{{this.icon}}" class="ui5-tab-strip-item-icon"></ui5-icon>
</div>
{{/if}}
Expand Down

0 comments on commit 511cb40

Please sign in to comment.