Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor/multipay-recipients-rev…
Browse files Browse the repository at this point in the history
…iew' into refactor/multipay-recipients-review
  • Loading branch information
shahin-hq committed Oct 22, 2024
2 parents f665484 + 8d11b10 commit 48419aa
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ export const TransactionAddresses = ({
)}

{!explorerLink && (
<TransactionRecipientsModal recipients={recipients} ticker={network.ticker()} labelClassName={labelClassName} />
<TransactionRecipientsModal
recipients={recipients}
ticker={network.ticker()}
labelClassName={labelClassName}
/>
)}
</DetailWrapper>
);
Expand Down

0 comments on commit 48419aa

Please sign in to comment.