✨ (account) add a new tab with all locations in a map
This commit is contained in:
@@ -129,11 +129,7 @@
|
||||
Le taux d'échange n'a pas pu être récupéré.
|
||||
</div>
|
||||
</div>
|
||||
<earth-map
|
||||
v-if="transaction.location"
|
||||
:lat="transaction.location.lat"
|
||||
:lon="transaction.location.lon"
|
||||
/>
|
||||
<earth-map v-if="transaction.location" :locations="transaction.location" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user