Skip to content

Commit

Permalink
fix: omissions
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <[email protected]>
  • Loading branch information
clegirar committed Jan 6, 2025
1 parent 5db633c commit 74998b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/nfts/NFTView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const NFTViewContent: React.FC<{
}}
/>
<BrandText
style={[fontRegular14, { fontSize: 14, marginBottom: 12 }]}
style={[fontRegular14, { marginBottom: 12 }]}
ellipsizeMode="tail"
numberOfLines={1}
>
Expand Down Expand Up @@ -267,7 +267,7 @@ const NFTViewHeader: React.FC<{
<BrandText style={[fontRegular10, { color: neutral77 }]}>
Owned by
</BrandText>
<BrandText style={[fontRegular12, { lineHeight: 16 }]}>
<BrandText style={fontRegular12}>
{userInfo.metadata?.tokenId ||
shortUserAddressFromID(nft.ownerId, 10)}
</BrandText>
Expand Down

0 comments on commit 74998b2

Please sign in to comment.