Skip to content

Commit

Permalink
remove displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioChavezFuentes committed Apr 7, 2022
1 parent 7b42881 commit 6e0bfe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tooltip/TooltipRenderedOnPageBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ class TooltipRenderedOnPageBody extends React.Component {

TooltipRenderedOnPageBody.propTypes = propTypes;
TooltipRenderedOnPageBody.defaultProps = defaultProps;
TooltipRenderedOnPageBody.displayName = 'TooltipRenderedOnPageBody';

// Props will change frequently.
// On every tooltip hover, we update the position in state which will result in re-rendering.
Expand Down

0 comments on commit 6e0bfe6

Please sign in to comment.