Skip to content

Commit

Permalink
fix(foxy-transaction): make sure optional process_webhook rel is supp…
Browse files Browse the repository at this point in the history
…orted
  • Loading branch information
pheekus committed Aug 22, 2024
1 parent 1dbf5fb commit f645e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/public/Transaction/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class Transaction extends Base<Data> {
<foxy-internal-transaction-post-action-control
infer="actions resend-datafeed"
href=${ifDefined(this.data?._links['fx:process_webhook'].href)}
href=${ifDefined(this.data?._links['fx:process_webhook']?.href)}
>
</foxy-internal-transaction-post-action-control>
`;
Expand Down

0 comments on commit f645e41

Please sign in to comment.