🐛 (transaction) fix map in transaction view
This commit is contained in:
@@ -129,7 +129,10 @@
|
|||||||
Le taux d'échange n'a pas pu être récupéré.
|
Le taux d'échange n'a pas pu être récupéré.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<earth-map v-if="transaction.location" :locations="transaction.location" />
|
<earth-map
|
||||||
|
v-if="transaction.location"
|
||||||
|
:locations="[transaction.location]"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user