Skip to content

Commit

Permalink
Update AssetSelectModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
reallybeard committed Jan 9, 2024
1 parent ae4e713 commit 0a68bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AssetSelectModal/AssetSelectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const AssetSelectModal: React.FC<AssetSelectModalProps> = ({ isOpen, onCl
if (!existingEntry) {
accumulator.push({
chainId: currentAsset.chainId,
icon: currentAsset.icon,
icon: currentAsset.networkIcon ?? currentAsset.icon,
name: currentAsset.networkName ?? currentAsset.name,
})
}
Expand Down

0 comments on commit 0a68bc7

Please sign in to comment.