Browse Source

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

pull/50/head
Trent Larson 1 year ago
parent
commit
3b1a9b9c5b
  1. 1
      project.task.yaml
  2. 2
      src/views/HomeView.vue

1
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.

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

Loading…
Cancel
Save