Merge branch 'master' into gh-pages
This commit is contained in:
commit
86e52917b6
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