Skip to content

Commit

Permalink
fix: update flag to the venue wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
baby230211 committed Jun 11, 2024
1 parent 23da2ac commit e0ec837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/venue/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
v-if="selectedTransModeIndex === 2"
></VenueShuttleServiceTab>
</div>
<client-only>
<client-only v-if="showVenueMap">
<core-h1
class="venue-title whitespace-pre-line pt-20 text-center"
:title="$t('venueMap.title')"
center
>
</core-h1>
<VenueMap v-if="showVenueMap" class=""></VenueMap>
<VenueMap class=""></VenueMap>
</client-only>
</i18n-page-wrapper>
</template>
Expand Down

0 comments on commit e0ec837

Please sign in to comment.