add links for give & offer when they fulfill other things

This commit is contained in:
2024-01-16 17:52:32 -07:00
parent edb09da10f
commit 0eb16d5661
2 changed files with 133 additions and 32 deletions

View File

@@ -699,11 +699,6 @@ export default class ProjectViewView extends Vue {
claimType: "Offer",
issuer: offer.offeredByDid,
};
console.log(
"checking for can fulfill ",
libsUtil.canFulfillOffer(offerRecord),
offerRecord,
);
return libsUtil.canFulfillOffer(offerRecord);
}