Skip to content

Commit

Permalink
components/MapLayout.js - always return a value in map arrow funtion
Browse files Browse the repository at this point in the history
 warning  Expected to return a value at the end of arrow function
 array-callback-return
  • Loading branch information
Nick Stokoe committed Nov 6, 2020
1 parent 9b362cb commit 8ff6c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export default (props) => {
</GeoJSON>
)
}
return '';
})}
</Map>
<a href="https://transitionbydesign.org/"
Expand Down

0 comments on commit 8ff6c6f

Please sign in to comment.