switch BVC-meeting-end gift to be from the plan, and add display of providers on claim-view page

This commit is contained in:
2024-09-28 17:31:58 -06:00
parent a271d9c206
commit 7c70e699d8
6 changed files with 110 additions and 7 deletions

View File

@@ -640,6 +640,7 @@ export default class GiftedDetails extends Vue {
this.offerId,
this.isTrade,
this.imageUrl,
[],
);
}
@@ -708,6 +709,7 @@ export default class GiftedDetails extends Vue {
this.offerId,
this.isTrade,
this.imageUrl,
[],
this.prevCredToEdit?.id as string,
);
const claimStr = JSON.stringify(giveClaim);