Skip to content

Commit

Permalink
Update src/constants/signTransactionPage.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored Apr 15, 2024
1 parent 151b8b8 commit 8b7730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/signTransactionPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const FEE_BUMP_TX_FIELDS = (feeBumpTx: FeeBumpTransaction) => [
},
{
label: "Number of existing signatures",
value: feeBumpTx.signatures.length,
value: feeBumpTx.signatures?.length,
},
{
label: "Inner transaction hash",
Expand Down

0 comments on commit 8b7730f

Please sign in to comment.