Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-hq authored and github-actions[bot] committed Oct 22, 2024
1 parent e1948e1 commit 8d11b10
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 8d11b10

Please sign in to comment.