Update lib/src/Components/Map/hooks/useReverseGeocode.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anton Tranelis 2025-10-10 20:18:42 +02:00 committed by GitHub
parent a6dd747290
commit 18468d10e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,6 @@ export function useReverseGeocode(
const errorMessage = err instanceof Error ? err.message : 'Unknown error occurred'
setError(errorMessage)
setAddress('')
throw err
} finally {
setLoading(false)
}