Browse Source

Fixing typo

master
GabrielTrettel 3 years ago
parent
commit
5dd0445072
  1. 2
      src/app/screens/MapFeedScreen.js

2
src/app/screens/MapFeedScreen.js

@ -29,7 +29,7 @@ export default function MapFeedScreen(props) {
// console.log("location: " + JSON.stringify(global.location))
return (
(!global.location) ? (
(global.location) ? (
<View style={styles.container}>
<OpenStreetMap
markers={markers}

Loading…
Cancel
Save