Remove outdated TODOs comment

This commit is contained in:
Lucas Verney 2018-11-29 16:22:29 +01:00
parent 15321d3405
commit b786ba9f4e
2 changed files with 0 additions and 2 deletions

View File

@ -579,7 +579,6 @@ export default {
const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked; const isReportDetailsOpenedByUser = this.$store.state.reportDetails.userAsked;
if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) { if (!isReportDetailsAlreadyShown || !isReportDetailsOpenedByUser) {
// Compute all markers distance, filter by max distance // Compute all markers distance, filter by max distance
// TODO: Compute distance to geometry, not to point
const distances = this.markers.map( const distances = this.markers.map(
marker => ({ marker => ({
id: marker.id, id: marker.id,

View File

@ -9,7 +9,6 @@
:text="$t('geolocation.fetching')" :text="$t('geolocation.fetching')"
v-if="hasPromptedGeolocation && !hasGeolocationTracking && !hasGeolocationError" v-if="hasPromptedGeolocation && !hasGeolocationTracking && !hasGeolocationError"
></Alert> ></Alert>
<!-- TODO: Show an alert when fetching geolocation -->
<v-flex xs12 fill-height v-if="mapCenter"> <v-flex xs12 fill-height v-if="mapCenter">
<Map <Map
:accuracy="currentLocation.hdop" :accuracy="currentLocation.hdop"