correct itemType check for VALID now with existing recipientUser

This commit is contained in:
clauspeterhuebner 2025-05-07 16:02:30 +02:00
parent 660ba90e5f
commit 7557cbdc5b

View File

@ -194,7 +194,7 @@ const itemType = computed(() => {
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
return 'REDEEM_SELECT_COMMUNITY'
}
if (isRedeemJwtLink.value) {
if (isRedeemJwtLink.value && linkData.value.recipientUser) {
console.log('TransactionLink.itemType... VALID')
console.log('TransactionLink.itemType... validLink=', validLink.value)
console.log('TransactionLink.itemType... linkData.value=', linkData.value)