Minor refactor
This commit is contained in:
parent
266707052c
commit
8903c765e3
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue