-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/map #1261
Fix/map #1261
Conversation
Offline Maps Frontend
Android APK build completed! |
iOS IPA build completed! |
❌ Tests failed for this pull request. 😞 |
@@ -182,7 +174,7 @@ export const DestinationPage = () => { | |||
</View> | |||
|
|||
<DestinationHeader | |||
geoJSON={geoJSON} | |||
geojsonProperties={geojsonData.properties} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in destination page we don't save anything to db so perhaps we don't need it
@mikib0 we have unplanned changes with the latest commit, can you please make a new branch and include the changes we have planned? we need just a function that saves geojson data to s3. |
No description provided.