Skip to content

Commit

Permalink
fix(popover): remove unused props title
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy authored and guillaume-chervet committed Sep 1, 2020
1 parent c5292f3 commit f486aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/popover/src/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import PopoverModes from './PopoverModes';

const propTypes = {
...Constants.propTypes,
title: PropTypes.string,
children: PropTypes.any,
placement: PropTypes.oneOf([
PopoverPlacements.top,
Expand Down

0 comments on commit f486aa5

Please sign in to comment.