Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 11, 2021
1 parent c9a02e8 commit 965898b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/Dropdown/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const Dropdown = React.forwardRef(function Dropdown(
isHighlighted={
highlightedIndex === index || selectedItem === item
}
title={(offsetWidth < scrollWidth && title) || null}
title={(offsetWidth < scrollWidth && title) || undefined}
ref={{
menuItemOptionRef: menuItemOptionRefs.current[index],
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onMouseMove={[Function]}
role="option"
title="zar"
>
<div
aria-selected="false"
Expand All @@ -619,7 +618,6 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onMouseMove={[Function]}
role="option"
title="zar"
>
<div
className="bx--list-box__menu-item__option"
Expand All @@ -637,7 +635,6 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onMouseMove={[Function]}
role="option"
title="doz"
>
<div
aria-selected="false"
Expand All @@ -646,7 +643,6 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onMouseMove={[Function]}
role="option"
title="doz"
>
<div
className="bx--list-box__menu-item__option"
Expand Down

0 comments on commit 965898b

Please sign in to comment.