Fixed a problem with the scoutID not parsing correctly.
This commit is contained in:
parent
117ad2e82a
commit
06ae8b968e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue