Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidx authored and Westbrook Johnson committed Mar 14, 2024
1 parent d34acde commit dc42c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tabs/src/TabsOverflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export class TabsOverflow extends SizedMixin(SpectrumElement) {
protected override render(): TemplateResult {
const { canScrollRight, canScrollLeft } = this.overflowState;
const ariaLabelPrevious = this.labelPrevious;
// this.labelPrevious || 'Scroll to previous tabs';
const ariaLabelNext = this.labelNext;
return html`
<div
Expand Down

0 comments on commit dc42c81

Please # to comment.