Skip to content

Commit

Permalink
Fix: Inserter category tabs: avoid unnecessary aria-label (WordPress#…
Browse files Browse the repository at this point in the history
…68160)


Co-authored-by: Rishit30G <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: afercia <[email protected]>
  • Loading branch information
4 people authored Dec 20, 2024
1 parent 9cb002e commit 854b84d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function CategoryTabs( {
<Tabs.Tab
key={ category.name }
tabId={ category.name }
aria-label={ category.label }
aria-current={
category === selectedCategory ? 'true' : undefined
}
Expand Down

0 comments on commit 854b84d

Please sign in to comment.