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 {
|
class App extends Component {
|
||||||
render() {
|
render() {
|
||||||
const scoutID = getQueryParamByName("id", this.props.slug);
|
const scoutID = getQueryParamByName("id", this.props.query);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
|
|
Loading…
Reference in a new issue