Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,14 @@
}}
>
{isDifferentRecipient && (
<Container flex="row" gap="sm" p="sm">
<Container
flex="row"
gap="sm"
p="sm"
style={{
borderBottom: `1px solid ${theme.colors.borderColor}`,
}}

Check warning on line 107 in packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.tsx

View check run for this annotation

Codecov / codecov/patch

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/swap/SwapSummary.tsx#L101-L107

Added lines #L101 - L107 were not covered by tests
>
<WalletRow
address={props.receiver}
client={props.client}
Expand All @@ -119,7 +126,6 @@
background: "transparent",
borderRadius: 0,
border: "none",
borderTop: `1px solid ${theme.colors.borderColor}`,
}}
/>
</Container>
Expand Down
Loading