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 5ff8b7e commit 6e4602dCopy full SHA for 6e4602d
packages/gator-permissions-snap/src/clients/accountApiClient.ts
@@ -279,7 +279,7 @@ export class AccountApiClient {
279
balance,
280
decimals: metadata.decimals,
281
symbol: metadata.symbol,
282
- ...(metadata.iconUrl && { iconUrl: metadata.iconUrl }),
+ ...(sanitizedIconUrl && { iconUrl: sanitizedIconUrl }),
283
};
284
285
if (sanitizedIconUrl) {
0 commit comments