Skip to content

Commit

Permalink
fix: don't pass in align as an option to tooltip div (#11940)
Browse files Browse the repository at this point in the history
  • Loading branch information
crhuff-ibm committed Aug 11, 2022
1 parent 6abdbf3 commit a358e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tooltip/Tooltip.js
Expand Up @@ -610,6 +610,7 @@ class Tooltip extends Component {
selectorPrimaryFocus, // eslint-disable-line
tooltipId, //eslint-disable-line
autoOrientation, //eslint-disable-line
align, // eslint-disable-line
...other
} = this.props;

Expand Down

0 comments on commit a358e35

Please sign in to comment.