Skip to content

Commit

Permalink
update condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiabbasi committed Feb 10, 2024
1 parent faa1678 commit 9829a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Network.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ export default defineComponent({
</div>
<div class="container-max-width" :class="{'container-margin' : !showMap}">
<div v-if="mapDisplay && !showMap" class="col-12 map-data-position">
<h2>Map display and not show Map</h2>
<MapData :mapVisible="showMap" />
<MapData :mapVisible="mapDisplay" />
</div>
<PriceChart class="price-box-position" :class="{'overlap-map' : mapDisplay && showMap}"/>
<TransactionsTable/>
Expand Down

0 comments on commit 9829a2b

Please sign in to comment.