diff --git a/ui/src/App.js b/ui/src/App.js index a142b463f..e0cd5e7d7 100644 --- a/ui/src/App.js +++ b/ui/src/App.js @@ -4,9 +4,6 @@ import SideNavContainer from 'src/side_nav'; const App = React.createClass({ propTypes: { - params: PropTypes.shape({ - clusterID: PropTypes.string.isRequired, - }).isRequired, addFlashMessage: PropTypes.func.isRequired, // Injected by the `FlashMessages` wrapper children: PropTypes.node.isRequired, location: PropTypes.shape({ @@ -15,11 +12,9 @@ const App = React.createClass({ }, render() { - const {clusterID} = this.props.params; - return (