diff --git a/frontend/src/components/GddSend/TransactionResult.vue b/frontend/src/components/GddSend/TransactionResult.vue index b92edcbf8..efca688e1 100644 --- a/frontend/src/components/GddSend/TransactionResult.vue +++ b/frontend/src/components/GddSend/TransactionResult.vue @@ -28,7 +28,7 @@ - +
{{ $t('form.thx') }} diff --git a/frontend/src/pages/Send.vue b/frontend/src/pages/Send.vue index ef08cc7c9..2776a0978 100644 --- a/frontend/src/pages/Send.vue +++ b/frontend/src/pages/Send.vue @@ -104,7 +104,6 @@ export default { variables: { amount: this.transactionData.amount, memo: this.transactionData.memo }, }) .then((result) => { - console.log(result.data.createTransactionLink) this.linkResult = result.data.createTransactionLink }) .catch((error) => {