Fire popupsand active/archive urls

This commit is contained in:
vjrj 2018-02-08 11:15:23 +01:00
parent 6870de4c7b
commit eca58df6c2
15 changed files with 222 additions and 49 deletions

View file

@ -42,12 +42,12 @@ class Index extends Component {
this.myScaleFunction();
}
getMap(isMobile) {
getMap(isMobile, props) {
if (!isMobile) {
return (
<section className="sect5">
<div className="container">
<FiresMap />
<FiresMap {...props} />
</div>
</section>);
}
@ -233,7 +233,7 @@ class Index extends Component {
</div>
</section>
{this.getMap(isAnyMobile)}
{this.getMap(isAnyMobile, this.props)}
<section className="platf sect6">
<div className="container">