TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

Bug fix for Map persisting the last saved pin location #310

Closed khusbuchandra closed 6 years ago

khusbuchandra commented 6 years ago

Issue Description:

Map was showing the last selected pin for the user as location on click of 'Where Am I' Link

Summary of solution:

  1. resetting the prop holding the last selected pin location when routing from Home

Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.

lastsaved-pin-bugfix

Thanks for contributing!