Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Oct 14, 2018
1 parent 2e8cdac commit c1bf0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/erc20icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ERC20Icon = ({ tokenAddress, size, ...props }) => {
? `https://raw.githubusercontent.com/TrustWallet/tokens/master/images/${tokenAddress}.png`
: erc20
}
alt={tokenAddress}
/>
);
};
Expand Down

0 comments on commit c1bf0d6

Please sign in to comment.