diff --git a/src/views/transactions/TransactionItem.vue b/src/views/transactions/TransactionItem.vue
index d1eff4e..3a086a4 100644
--- a/src/views/transactions/TransactionItem.vue
+++ b/src/views/transactions/TransactionItem.vue
@@ -58,69 +58,70 @@
.
-
-
-
- Taux d'échange
-
-
-
-
-
- {{
- transaction.amount | money(transaction.mainCurrency)
- }}
-
-
-
- |
- {{
- (transaction && transaction.amount) ||
- (1 * getRate(currency.code)) | moneypad(currency)
- }}
- |
-
-
-
-
-
-
-
- {{
- 1 | money(transaction.mainCurrency)
- }}
-
-
-
- |
- {{ getRate(currency.code) | moneypad(currency) }}
- |
-
-
-
-
-
-
-
- {{
- $tc('transaction.money', currencies.length)
- }}
-
-
-
- | {{ 1 | money(currency) }} |
-
- {{
- (1 / getRate(currency.code))
- | moneypad(transaction && transaction.mainCurrency)
- }}
- |
-
-
-
-
+
+
+ Taux d'échange
+
+
+
+
+
+ {{
+ transaction.amount | money(transaction.mainCurrency)
+ }}
+
+
+
+ |
+ {{
+ (transaction && transaction.amount) ||
+ (1 * getRate(currency.code)) | moneypad(currency)
+ }}
+ |
+
+
+
+
+
+
+
+ {{
+ 1 | money(transaction.mainCurrency)
+ }}
+
+
+
+ |
+ {{ getRate(currency.code) | moneypad(currency) }}
+ |
+
+
+
+
+
+
+
+ {{
+ $tc('transaction.money', currencies.length)
+ }}
+
+
+
+ | {{ 1 | money(currency) }} |
+
+ {{
+ (1 / getRate(currency.code))
+ | moneypad(transaction && transaction.mainCurrency)
+ }}
+ |
+
+
+