Skip to content

Commit

Permalink
Merge pull request #64 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix misspelling
  • Loading branch information
José Luis Pereira authored and GitHub committed May 5, 2023
2 parents ce03969 + 8acbaf0 commit 4934316
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules/otus/components/Panel/PanelMap/PanelMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<div class="relative">
<ClientOnly>
<VSpinner v-if="isLoading" />
<VMap
class="h-96 max-h-96"
dragging
:zoom="zoom"
:geojson="geojson"
@geojson:ready="() => (isLoading = false)"
/>
<VMap
class="h-96 max-h-96"
dragging
:zoom="zoom"
:geojson="geojson"
@geojson:ready="() => (isLoading = false)"
/>
</ClientOnly>
<VButton
class="h-6 text-sm absolute right-3 top-3 z-[400]"
Expand Down Expand Up @@ -78,7 +78,7 @@ const errorMessage = ref(null)
const LEGEND = {
AssertedDistribution: {
label: 'Asserted disitrubtion',
label: 'Asserted distribution',
background: 'bg-map-asserted'
},
Georeference: {
Expand Down

0 comments on commit 4934316

Please sign in to comment.