forked from jsnbuchanan/crowd-funder-for-time-pwa
add section for gives provided by a plan
This commit is contained in:
@@ -637,6 +637,8 @@ export default class ClaimView extends Vue {
|
||||
});
|
||||
if (response.status === 200) {
|
||||
const resultList1 = response.data.result || [];
|
||||
//const publicUrls = resultList.publicUrls || [];
|
||||
delete resultList1.publicUrls;
|
||||
const resultList2 = R.reject(serverUtil.isHiddenDid, resultList1);
|
||||
const resultList3 = R.reject(
|
||||
(did: string) => did === this.veriClaim.issuer,
|
||||
|
||||
Reference in New Issue
Block a user