Skip to content

Commit

Permalink
chore: add proptypes comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobrez committed Sep 29, 2023
1 parent b387ed8 commit 158e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BaseTooltip from './BaseTooltip';
const propTypes = {
...tooltipPropTypes,

/** Whether the actual UserDetailsTooltip should be rendered. If false, it's just going to return the children */
/** Whether the actual Tooltip should be rendered. If false, it's just going to return the children */
shouldRender: PropTypes.bool,
};

Expand Down

0 comments on commit 158e8a1

Please sign in to comment.