From 12265a79da6e155a2a880f03545b3b82ebb5b0c7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 31 May 2023 11:35:51 +0200 Subject: [PATCH] changes reviews --- frontend/src/pages/TransactionLink.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/TransactionLink.vue b/frontend/src/pages/TransactionLink.vue index 21bc833c6..9444d7d18 100644 --- a/frontend/src/pages/TransactionLink.vue +++ b/frontend/src/pages/TransactionLink.vue @@ -77,7 +77,6 @@ export default { }) .catch(() => { this.toastError(this.$t('gdd_per_link.redeemlink-error')) - // this.$router.push('/overview') }) }, mutationLink(amount) {