Skip to content

Commit

Permalink
fix(content-switcher): fix dap violations (#4695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Davila authored and asudoh committed Nov 19, 2019
1 parent cb62296 commit 033a91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class ContentSwitcher extends React.Component {
const classes = classNames(`${prefix}--content-switcher`, className);

return (
<div {...other} className={classes}>
<div {...other} className={classes} role="tablist">
{React.Children.map(children, (child, index) =>
React.cloneElement(child, {
index,
Expand Down

0 comments on commit 033a91f

Please sign in to comment.