remove unused withRouter call

pull/1302/head
Jade McGough 2017-04-13 16:34:13 -07:00
parent 429ef27661
commit 17e700767f
1 changed files with 1 additions and 2 deletions
ui/src/kapacitor/containers

View File

@ -1,5 +1,4 @@
import React, {PropTypes} from 'react'
import {withRouter} from 'react-router'
import {connect} from 'react-redux'
import _ from 'lodash'
import * as kapacitorActionCreators from '../actions/view'
@ -117,4 +116,4 @@ function mapDispatchToProps(dispatch) {
}
}
export default connect(mapStateToProps, mapDispatchToProps)(withRouter(KapacitorRulePage))
export default connect(mapStateToProps, mapDispatchToProps)(KapacitorRulePage)