Skip to content

Commit

Permalink
fix(DropdownSkeleton): remove div role (#5619)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and Alessandra Davila committed Mar 18, 2020
1 parent b0494ea commit cc93f33
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 cc93f33

Please sign in to comment.