mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
next try treatment of linkData
This commit is contained in:
parent
e573171441
commit
b4fbae5877
@ -95,7 +95,11 @@ function setRecipientCommunity(community) {
|
||||
}
|
||||
|
||||
function extractHomeCommunityFromLinkData(linkData) {
|
||||
console.log('RedeemCommunitySelection.extractHomeCommunityFromLinkData... props.linkData=', props.linkData)
|
||||
console.log('RedeemCommunitySelection.extractHomeCommunityFromLinkData...linkData=', linkData)
|
||||
console.log('RedeemCommunitySelection.extractHomeCommunityFromLinkData...communities=', linkData.communities)
|
||||
console.log('RedeemCommunitySelection.extractHomeCommunityFromLinkData...linkData.value=', linkData.value)
|
||||
|
||||
if (linkData.communities?.length === 0) {
|
||||
return {
|
||||
uuid: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user