From eecab9248d0df8326855cfa150046c01ab23a046 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 26 Mar 2022 09:35:29 +0100 Subject: [PATCH] add link icon and locales via_link if redeemed --- .../TransactionRows/AmountAndNameRow.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/src/components/TransactionRows/AmountAndNameRow.vue b/frontend/src/components/TransactionRows/AmountAndNameRow.vue index be71b57f6..6ee6462ad 100644 --- a/frontend/src/components/TransactionRows/AmountAndNameRow.vue +++ b/frontend/src/components/TransactionRows/AmountAndNameRow.vue @@ -12,6 +12,15 @@
{{ itemText }} + + , {{ $t('via_link') }} + + {{ itemText }}
@@ -35,6 +44,11 @@ export default { type: String, required: false, }, + transactionLinkId: { + type: Number, + required: false, + default: null, + }, }, methods: { tunnelEmail() {