From d1d2ce9565b119103d47ba89d8bc838083b20622 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 1 Jun 2022 07:49:57 +0200 Subject: [PATCH] fixed redeem link is mobile start false --- frontend/src/pages/TransactionLink.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/TransactionLink.vue b/frontend/src/pages/TransactionLink.vue index 8fb1238b0..5fc20326e 100644 --- a/frontend/src/pages/TransactionLink.vue +++ b/frontend/src/pages/TransactionLink.vue @@ -143,6 +143,7 @@ export default { }, created() { this.setTransactionLinkInformation() + this.$emit('set-mobile-start', false) }, }