🐛 (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é.
|
||||
</div>
|
||||
</div>
|
||||
<earth-map v-if="transaction.location" :locations="transaction.location" />
|
||||
<earth-map
|
||||
v-if="transaction.location"
|
||||
:locations="[transaction.location]"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user