We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793eb63 commit 70e2ee0Copy full SHA for 70e2ee0
src/app/swap/page.tsx
@@ -109,7 +109,7 @@ export default function Home() {
109
// name = {"ETH"}
110
// src = {""}
111
name={inputAsset?.name ?? "ETH"}
112
- src={inputAsset?.logoURI!}
+ src={inputAsset?.logoURI ?? ""}
113
ml={1}
114
/>
115
<Text ml={1} mr={1} fontSize={'0.875rem'}>
@@ -139,7 +139,7 @@ export default function Home() {
139
<SwampAvatar
140
boxSize={24}
141
name={outputAsset?.name ?? "ETH"}
142
- src={outputAsset?.logoURI!}
143
144
145
<Text ml={1} mr={1} fontSize={'0.875rem'} fontFamily={'Proto'}>
0 commit comments