Skip to content

Commit

Permalink
fix build after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jul 8, 2024
1 parent fa79b0c commit 1d1d4d8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d1d4d8

Please sign in to comment.