diff --git a/ui/src/App.js b/ui/src/App.js index e0cd5e7d7d..28bd7c5dac 100644 --- a/ui/src/App.js +++ b/ui/src/App.js @@ -9,12 +9,17 @@ const App = React.createClass({ location: PropTypes.shape({ pathname: PropTypes.string, }), + params: PropTypes.shape({ + sourceID: PropTypes.string.isRequired, + }).isRequired, }, render() { + const {sourceID} = this.props.params; + return (