Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisher committed Jan 24, 2025
1 parent cd17be1 commit fe10a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/address-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const AddressCard = ({ address, copyable = true }: AddressCardProps) => {

const getEnsName = async (connectedAddress: string): Promise<void> => {
if (failedRequests.has(connectedAddress)) {
setEnsName('noName');
return;
}

Expand Down

0 comments on commit fe10a3b

Please sign in to comment.