diff --git a/frontend/src/views/Pages/SendOverview.vue b/frontend/src/views/Pages/SendOverview.vue index ee8537833..00e415c04 100644 --- a/frontend/src/views/Pages/SendOverview.vue +++ b/frontend/src/views/Pages/SendOverview.vue @@ -3,13 +3,7 @@ - + @@ -86,11 +80,6 @@ export default { default: true, }, }, - computed: { - showContext() { - return this.currentTransactionStep === 0 - }, - }, methods: { setTransaction(data) { this.transactionData = { ...data } diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue index 0d902542b..bd6362922 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue +++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue @@ -2,17 +2,23 @@
-
{{ $t('form.send_check') }}
+
{{ $t('form.send_check') }}
- + {{ email }} {{ $t('form.recipient') }} - + {{ $n(amount, 'decimal') }} GDD {{ $t('form.amount') }} - + {{ memo ? memo : '-' }} {{ $t('form.message') }} @@ -42,3 +48,8 @@ export default { }, } +