fix: from merge

This commit is contained in:
Matthew Raymer
2025-09-08 11:38:51 +00:00
parent d9569922eb
commit f55ef85981
5 changed files with 36 additions and 36 deletions

View File

@@ -734,7 +734,7 @@ export default class ClaimView extends Vue {
*/
extractOfferFulfillment() {
this.detailsForGiveOfferFulfillment = libsUtil.extractOfferFulfillment(
this.detailsForGive?.fullClaim?.fulfills
this.detailsForGive?.fullClaim?.fulfills,
);
}