Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Jan 5, 2024
1 parent 12d48df commit bb9d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tab-nav/tab-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class TabNav {

getAllEnabledTabs(): HTMLScaleTabHeaderElement[] {
return Array.from(
this.el.querySelectorAll('scale-tab-header:not([disabled])')
this.el.querySelectorAll('scale-tab-header:not(disabled)')
);
}

Expand Down

0 comments on commit bb9d5ca

Please sign in to comment.