eslint fixes

This commit is contained in:
Jose Olarte III
2023-08-10 18:16:20 +08:00
parent bfd2498906
commit 75f26ccf2d
2 changed files with 8 additions and 9 deletions

View File

@@ -351,8 +351,7 @@ export default class HomeView extends Vue {
claim = claim.claim;
}
// agent.did is for legacy data, before March 2023
const giverDid =
claim.agent?.identifier || claim.agent?.did;
const giverDid = claim.agent?.identifier || claim.agent?.did;
const giverInfo = didInfo(
giverDid,
this.activeDid,