fix style for transaction item
This commit is contained in:
@@ -58,8 +58,10 @@
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="transaction.exchange">
|
||||
<div v-if="currencies.length" class="exchange column is-half">
|
||||
<div
|
||||
v-if="transaction.exchange && currencies.length"
|
||||
class="exchange column is-half"
|
||||
>
|
||||
<h3 class="subtitle is-3">
|
||||
Taux d'échange
|
||||
</h3>
|
||||
@@ -123,7 +125,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="column is-half">
|
||||
<online-view @online="retrieveExchange" />
|
||||
Le taux d'échange n'a pas pu être récupéré.
|
||||
|
||||
Reference in New Issue
Block a user