Skip to content

Commit

Permalink
fix duplicate in new component. ref #601
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed May 31, 2024
1 parent 48e6246 commit bddf5fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/LocationSelectorDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<v-chip label size="small" density="comfortable" class="mr-1">
{{ getLocationCategory(location) }}
</v-chip>
<v-chip v-if="showLocationOSMID" label size="small" density="comfortable">
{{ getLocationOSMID(location) }}
</v-chip>
<LocationOSMIDChip v-if="showLocationOSMID" :location="location" />
</v-card-text>
</v-card>
Expand Down

0 comments on commit bddf5fc

Please sign in to comment.