forked from jsnbuchanan/crowd-funder-for-time-pwa
switch BVC-meeting-end gift to be from the plan, and add display of providers on claim-view page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user