From 738f101da752eddc63c464b56275497adceaf14c Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 17 Apr 2025 23:28:31 +0200
Subject: [PATCH] grrr next try
---
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 0a4703ba9..8bed14a88 100644
--- a/frontend/src/pages/TransactionLink.vue
+++ b/frontend/src/pages/TransactionLink.vue
@@ -186,6 +186,7 @@ onMounted(() => {
onResult(() => {
console.log('TransactionLink.onResult... result=', result)
+ console.log('TransactionLink.onResult... result=', JSON.stringify(result))
if (result?.queryTransactionLink?.__typename === 'TransactionLink') {
console.log('TransactionLink.onResult... redeeming')
setTransactionLinkInformation()