diff --git a/frontend/src/components/GddSend.vue b/frontend/src/components/GddSend.vue
index cfab0899a..7896b6e85 100644
--- a/frontend/src/components/GddSend.vue
+++ b/frontend/src/components/GddSend.vue
@@ -8,7 +8,14 @@ export default {
name: 'GddSend',
data() {
return {
- transactionSteps: ['transaction-form', 'transaction-confirmation', 'transaction-result'],
+ transactionSteps: [
+ 'transaction-form',
+ 'transaction-confirmation-send',
+ 'transaction-confirmation-link',
+ 'transaction-result-send-success',
+ 'transaction-result-send-error',
+ 'transaction-result-link',
+ ],
}
},
props: {
diff --git a/frontend/src/components/GddSend/TransactionConfirmation.spec.js b/frontend/src/components/GddSend/TransactionConfirmation.spec.js
index af746b6ff..95c478c73 100644
--- a/frontend/src/components/GddSend/TransactionConfirmation.spec.js
+++ b/frontend/src/components/GddSend/TransactionConfirmation.spec.js
@@ -1,5 +1,5 @@
import { mount } from '@vue/test-utils'
-import TransactionConfirmation from './TransactionConfirmation'
+import TransactionConfirmation from './TransactionConfirmationLink'
const localVue = global.localVue
diff --git a/frontend/src/components/GddSend/TransactionConfirmation.vue b/frontend/src/components/GddSend/TransactionConfirmation.vue
deleted file mode 100644
index 71ecc88d7..000000000
--- a/frontend/src/components/GddSend/TransactionConfirmation.vue
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
- {{ amount | GDD }}
- {{ memo }}
-
-
-
-
-
-
-
-
- {{ $t('form.send_transaction_success') }}
-