From 06ae8b968e2e9b8aa922f2e63d3d369649f11f28 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 20 Jul 2017 16:10:47 -0700 Subject: [PATCH] Fixed a problem with the scoutID not parsing correctly. --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (