Skip to content

Commit

Permalink
fix: leftovers from merge #435
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Nov 26, 2024
1 parent 975a9d8 commit 3c078ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions components/Fields/Stars.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import type { PropType } from 'vue'
import { defineNuxtComponent } from '#app'
Expand Down
1 change: 0 additions & 1 deletion components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ function handlePoiCardClose() {
&& selectedFeature.properties.metadata
&& isPoiCardShown
"
:can-close="device.smallScreen"
:poi="selectedFeature"
class="tw-grow-0"
:explorer-mode-enabled="explorerModeEnabled"
Expand Down
1 change: 0 additions & 1 deletion components/PoisCard/PoisDeck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ defineEmits<{
:is="PoiCardLight"
v-for="item in pois"
:key="item.properties.metadata.id"
:can-close="false"
:poi="item"
class="tw-grow-1 poi-deck"
/>
Expand Down

0 comments on commit 3c078ac

Please sign in to comment.