forked from jsnbuchanan/crowd-funder-for-time-pwa
change description since issuer isn't necessarily giver, and add a task
This commit is contained in:
@@ -247,7 +247,7 @@ export default class HomeView extends Vue {
|
||||
}
|
||||
// agent.did is for legacy data, before March 2023
|
||||
const giverDid =
|
||||
claim.agent?.identifier || claim.agent?.did || giveRecord.issuer;
|
||||
claim.agent?.identifier || claim.agent?.did;
|
||||
const giverInfo = didInfo(
|
||||
giverDid,
|
||||
this.activeDid,
|
||||
|
||||
Reference in New Issue
Block a user