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)) // console.log("location: " + JSON.stringify(global.location))
return ( return (
(!global.location) ? (
(global.location) ? (
<View style={styles.container}> <View style={styles.container}>
<OpenStreetMap <OpenStreetMap
markers={markers} markers={markers}

Loading…
Cancel
Save