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({
id: string,
}).isRequired,
router: PropTypes.shape({
push: PropTypes.func.isRequired,
router: shape({
push: func.isRequired,
}).isRequired,
source: shape({
id: string.isRequired,