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 @@ -224,8 +224,9 @@
alt=""
src={avatarSrc}
style={{
width: "100%",
height: "100%",
width: "100%",
objectFit: "cover",

Check warning on line 229 in packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx

View check run for this annotation

Codecov / codecov/patch

packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx#L228-L229

Added lines #L228 - L229 were not covered by tests
}}
/>
) : (
Expand Down Expand Up @@ -410,8 +411,9 @@
<img
src={avatarSrc}
style={{
width: iconSize.xxl,
height: iconSize.xxl,
height: "100%",
width: "100%",
objectFit: "cover",

Check warning on line 416 in packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx

View check run for this annotation

Codecov / codecov/patch

packages/thirdweb/src/react/web/ui/ConnectWallet/Details.tsx#L414-L416

Added lines #L414 - L416 were not covered by tests
}}
alt=""
/>
Expand Down
Loading