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

@@ -724,7 +724,7 @@ export default class ConfirmGiftView extends Vue {
*/
private extractOfferFulfillment() {
this.giveDetailsOfferFulfillment = libsUtil.extractOfferFulfillment(
this.giveDetails?.fullClaim?.fulfills
this.giveDetails?.fullClaim?.fulfills,
);
}