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 committed Jul 6, 2020
1 parent 46b872f commit 25a2f9b
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 25a2f9b

Please sign in to comment.