Minor refactor

This commit is contained in:
vjrj 2018-11-18 14:27:51 +01:00
parent 266707052c
commit 8903c765e3

View file

@ -140,13 +140,12 @@ class Fire extends React.Component {
>
<Fragment>
<GeoJSON
ref={(circle) => { this.circle = circle; this.handleLeafletCircleLoad(circle); }}
data={rect}
color="red"
stroke
width="1"
fillOpacity="0.0"
ref={(circle) => { this.circle = circle; this.handleLeafletCircleLoad(circle); }}
/>
</Fragment>
<FireList