Skip to content

Commit

Permalink
Merge pull request #1154 from brave/dsuh-avatarurl
Browse files Browse the repository at this point in the history
more debuggin
  • Loading branch information
dvdhs authored Jul 20, 2023
2 parents 70c24f8 + e3100a4 commit a33114f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/web3/OptionalSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export const OptionalSettings: React.FC<Props> = ({
console.log("debug: NFT unset");
} else {
setNft(imageUrl);
console.log(`debug: current NFT is ${nfts[idx]} with url ${imageUrl}`);
console.log(
`debug: current NFT #${idx} is ${nfts[idx].name} with url ${imageUrl}`
);
}
};

Expand Down

0 comments on commit a33114f

Please sign in to comment.