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 b5baeae commit dfe1f8dCopy full SHA for dfe1f8d
packages/thirdweb/src/react/web/ui/prebuilt/Token/icon.tsx
@@ -160,5 +160,5 @@ export function TokenIcon({
160
return fallbackComponent || null;
161
}
162
163
- return <img src={iconQuery.data} alt={restProps.alt} />;
+ return <img src={iconQuery.data} {...restProps} alt={restProps.alt} />;
164
0 commit comments