fix problem clicking on offer-delivery, plus some other hardening and phrasing

This commit is contained in:
2025-06-08 20:13:32 -06:00
parent dcd0cc4c20
commit 5976a4995e
7 changed files with 17 additions and 21 deletions

View File

@@ -254,8 +254,8 @@
</span>
</li>
</ul>
<GiftedDialog ref="giveDialogToThis" :to-project-id="projectId" />
</div>
<GiftedDialog ref="giveDialogToThis" :to-project-id="projectId" />
<!-- Offers & Gifts to & from this -->
<div class="grid items-start grid-cols-1 sm:grid-cols-3 gap-4 mt-4">
@@ -1278,7 +1278,7 @@ export default class ProjectViewView extends Vue {
claimType: "Offer",
issuer: offer.offeredByDid,
};
return libsUtil.canFulfillOffer(offerRecord);
return libsUtil.canFulfillOffer(offerRecord, this.isRegistered);
}
onClickFulfillGiveToOffer(offer: OfferSummaryRecord) {