change description since issuer isn't necessarily giver, and add a task

This commit is contained in:
2023-07-23 11:35:03 -06:00
parent 7f48149d6f
commit 3b1a9b9c5b
2 changed files with 2 additions and 1 deletions

View File

@@ -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,