Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed May 5, 2023
1 parent 4d92563 commit 8acbaf0
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 8acbaf0

Please sign in to comment.