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()