From 3b1a9b9c5bacf32d1ded0af9ea3587386ab70faa Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 23 Jul 2023 11:35:03 -0600 Subject: [PATCH] change description since issuer isn't necessarily giver, and add a task --- project.task.yaml | 1 + src/views/HomeView.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project.task.yaml b/project.task.yaml index 4e6e32b..87fe0b5 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -35,6 +35,7 @@ tasks: - .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent - .2 move 'switch identity' to the advanced section +- .1 remove the logic to exclude beforeId in list of plans after server has commit 26b25af605e715600d4f12b6416ed9fd7142d164 - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index d7bb77f..24637f1 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -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,