Skip to content

Commit

Permalink
Update components/TabList/tab-list.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Taylor <[email protected]>
  • Loading branch information
Bashamega and nickytonline authored Oct 20, 2024
1 parent 30fbe56 commit 4ed2d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/TabList/tab-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const TabList = ({ tabList, pageId, selectedTab }: TabListProps) => {
role="tab"
aria-selected={selectedTab === tab.name.toLowerCase() ? "true" : "false"}
data-state={selectedTab === tab.name.toLowerCase() ? "active" : "inactive"}
tabIndex={0} // Added tabIndex for accessibility
key={index}
className={clsx(
"tool-list-item border-b-2 transition-all ease-in-out",
Expand Down

0 comments on commit 4ed2d74

Please sign in to comment.