Add onForgetClick proptype

pull/21833/head
David Baker 2017-02-17 16:09:25 +00:00
parent de4773ba93
commit 9f9de46b10
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ module.exports = React.createClass({
propTypes: { propTypes: {
onJoinClick: React.PropTypes.func, onJoinClick: React.PropTypes.func,
onRejectClick: React.PropTypes.func, onRejectClick: React.PropTypes.func,
onForgetClick: React.PropTypes.func,
// if inviterName is specified, the preview bar will shown an invite to the room. // if inviterName is specified, the preview bar will shown an invite to the room.
// You should also specify onRejectClick if specifiying inviterName // You should also specify onRejectClick if specifiying inviterName