Skip to content

Commit

Permalink
tabs: remove redundant data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Feb 21, 2020
1 parent fdadbea commit b385e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tabs/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ export const Tab = forwardRefWithAs<
{...props}
ref={ref}
data-reach-tab=""
data-disabled={disabled}
data-selected={isSelected ? "" : undefined}
disabled={disabled}
id={makeId(tabsId, "tab", index)}
Expand Down

0 comments on commit b385e39

Please sign in to comment.