return 'REDEEM_SELECT_COMMUNITY' instead of 'VALID'

This commit is contained in:
clauspeterhuebner 2025-05-02 17:35:06 +02:00
parent c5d307daba
commit b5f5abe798

View File

@ -184,7 +184,7 @@ const itemType = computed(() => {
console.log('TransactionLink.itemType... VALID')
console.log('TransactionLink.itemType... validLink=', validLink.value)
console.log('TransactionLink.itemType... linkData.value=', linkData.value)
return 'VALID'
return 'REDEEM_SELECT_COMMUNITY' // 'VALID'
}
}
console.log('TransactionLink.itemType...last return= REDEEM_SELECT_COMMUNITY')