Merge pull request #2912 from matrix-org/bwindels/propwarn

adjust prop in HeaderButton
This commit is contained in:
Bruno Windels 2019-04-12 09:02:50 +00:00 committed by GitHub
commit ed7e79af8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,9 +54,8 @@ export default class HeaderButton extends React.Component {
HeaderButton.propTypes = {
// Whether this button is highlighted
isHighlighted: PropTypes.bool.isRequired,
// The phase to swap to when the button is clicked
clickPhase: PropTypes.string.isRequired,
// click handler
onClick: PropTypes.func.isRequired,
// The badge to display above the icon
badge: PropTypes.node,
// The parameters to track the click event