Remove outdated TODOs comment
This commit is contained in:
parent
15321d3405
commit
b786ba9f4e
@ -579,7 +579,6 @@ export default {
|
||||
const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked;
|
||||
if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) {
|
||||
// Compute all markers distance, filter by max distance
|
||||
// TODO: Compute distance to geometry, not to point
|
||||
const distances = this.markers.map(
|
||||
marker => ({
|
||||
id: marker.id,
|
||||
|
@ -9,7 +9,6 @@
|
||||
:text="$t('geolocation.fetching')"
|
||||
v-if="hasPromptedGeolocation && !hasGeolocationTracking && !hasGeolocationError"
|
||||
></Alert>
|
||||
<!-- TODO: Show an alert when fetching geolocation -->
|
||||
<v-flex xs12 fill-height v-if="mapCenter">
|
||||
<Map
|
||||
:accuracy="currentLocation.hdop"
|
||||
|
Loading…
Reference in New Issue
Block a user