Skip to content

Commit

Permalink
Fixed prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dm1ke committed Dec 4, 2019
1 parent 5185c56 commit 027d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const Tooltip = React.forwardRef(function Tooltip(props, ref) {
event.type === 'mouseover' &&
childrenProps.onMouseOver &&
event.currentTarget === childNode
) {
) {
childrenProps.onMouseOver(event);
}

Expand Down

0 comments on commit 027d207

Please sign in to comment.