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