Skip to content

Commit

Permalink
fix: wrong paymaster label shown when transaction is not paid by paym… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters authored Nov 21, 2023
1 parent 28de77d commit c5783b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/composables/useTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function mapTransaction(
feeData: {
amountPaid: transaction.fee!,
isPaidByPaymaster,
paymasterAddress,
paymasterAddress: isPaidByPaymaster ? paymasterAddress : undefined,
refunds,
amountRefunded: sumAmounts(mapTransfers(filterRefunds(transfers))),
},
Expand Down

0 comments on commit c5783b5

Please sign in to comment.