fixed redeem link is mobile start false

This commit is contained in:
ogerly 2022-06-01 07:49:57 +02:00
parent fd1496232d
commit d1d2ce9565

View File

@ -143,6 +143,7 @@ export default {
},
created() {
this.setTransactionLinkInformation()
this.$emit('set-mobile-start', false)
},
}
</script>