diff --git a/components/brave_wallet_ui/components/shared/create-placeholder-icon/index.tsx b/components/brave_wallet_ui/components/shared/create-placeholder-icon/index.tsx index 568d1f4d150b..99279c1d6d3a 100644 --- a/components/brave_wallet_ui/components/shared/create-placeholder-icon/index.tsx +++ b/components/brave_wallet_ui/components/shared/create-placeholder-icon/index.tsx @@ -115,13 +115,6 @@ export function withPlaceholderIcon< } }, [needsPlaceholder, asset?.contractAddress, asset?.name]) - const remoteImage = React.useMemo(() => { - if (isRemoteURL) { - return isStorybook ? tokenImageURL || '' : `chrome://image?${tokenImageURL}` - } - return '' - }, [isRemoteURL, tokenImageURL]) - // render if (!asset) { return null