Skip to content

Commit

Permalink
refactor: revert name prop change
Browse files Browse the repository at this point in the history
This sneaked through while I attempted to synchronise our types. We will need a separate task to do this.
  • Loading branch information
Prithpal-Sooriya committed Feb 21, 2025
1 parent 18088c1 commit 5dabaf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function NftFullImage() {
<NftItem
src={isImageHosted ? image : nftImageURL}
alt={nftImageAlt}
name={name ?? undefined}
name={name}
tokenId={tokenId}
networkName={currentChain.nickname ?? ''}
networkSrc={currentChain.rpcPrefs?.imageUrl}
Expand Down

0 comments on commit 5dabaf6

Please sign in to comment.