fix dumb copypasta

pull/10616/head
Jade McGough 2017-05-08 12:20:57 -07:00
parent 9e2cce9593
commit 1025f4fe70
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ KapacitorPage.propTypes = {
params: shape({ params: shape({
id: string, id: string,
}).isRequired, }).isRequired,
router: PropTypes.shape({ router: shape({
push: PropTypes.func.isRequired, push: func.isRequired,
}).isRequired, }).isRequired,
source: shape({ source: shape({
id: string.isRequired, id: string.isRequired,