diff --git a/src/App.js b/src/App.js index 80a5ba0..8b8c3cc 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ const ScoutView = ScoutOverviewCont(ScoutOverview); class App extends Component { render() { - const scoutID = getQueryParamByName("id", this.props.slug); + const scoutID = getQueryParamByName("id", this.props.query); return (