Skip to content

Commit

Permalink
Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamesallen15 authored and ericangeles committed Mar 21, 2024
1 parent 8270243 commit c1f8944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tabs/tabs.js
Expand Up @@ -3352,7 +3352,6 @@ Tabs.prototype = {
const a = sizeableTabs.eq(i).children('a');
sizeableTabs[i].style.width = `${this.settings.maxWidth}px`;
a[0].style.width = `${this.settings.maxWidth}px`;

}
},

Expand Down

0 comments on commit c1f8944

Please sign in to comment.