Fixed a problem with the scoutID not parsing correctly.

This commit is contained in:
John Shaver 2017-07-20 16:10:47 -07:00
parent 117ad2e82a
commit 06ae8b968e
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<div className="App">