Skip to content

Commit

Permalink
fix(DropdownSkeleton): remove div role (carbon-design-system#5619)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and renmaddox committed Mar 20, 2020
1 parent a24cbf6 commit cd8fa03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DropdownSkeleton = ({ inline, className, ...rest }) => {

return (
<div className={wrapperClasses} {...rest}>
<div role="button" className={`${prefix}--list-box__field`}>
<div className={`${prefix}--list-box__field`}>
<span className={`${prefix}--list-box__label`} />
</div>
</div>
Expand Down

0 comments on commit cd8fa03

Please sign in to comment.