Skip to content

Commit

Permalink
fix(maps.vue): activePlaceIndex name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jul 20, 2021
1 parent 883e66c commit 4ab0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/maps/Maps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<v-bottom-nav v-if="showBottomNav && !$store.getters.embed" :style="{height: bottomNavHeight + 'px !important', top: bottomNavTop + 'px !important'}" class="places-nav" absolute color="white" >
<places-carousel
:active-index="activeplaceIndex"
:active-index="activePlaceIndex"
:map-view-data="mapViewData"
@close="closedBottomNav"
@placeSelected="placeIndexSelectedInBottomNav"
Expand Down

0 comments on commit 4ab0ba3

Please sign in to comment.