Merging with corrections

This commit is contained in:
Matthew Aaron Raymer
2023-08-07 15:54:06 +08:00
5 changed files with 47 additions and 24 deletions

View File

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