diff --git a/ui/src/App.js b/ui/src/App.js index 79a34925be..50fb06d40e 100644 --- a/ui/src/App.js +++ b/ui/src/App.js @@ -16,6 +16,7 @@ const App = React.createClass({ }), params: PropTypes.shape({ sourceID: PropTypes.string.isRequired, + base64ExplorerID: PropTypes.string, }).isRequired, publishNotification: PropTypes.func.isRequired, dismissNotification: PropTypes.func.isRequired, @@ -42,11 +43,11 @@ const App = React.createClass({ }, render() { - const {sourceID} = this.props.params; + const {sourceID, base64ExplorerID} = this.props.params; return (