Skip to content

Commit

Permalink
refactor: removes empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki committed Jan 23, 2024
1 parent a59b8c5 commit c008a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/nfts/NFTView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export const NFTView: React.FC<{

const NFTViewContent: React.FC<{
nft: NFT;

mobileMode: boolean;
localSelected: boolean;
}> = memo(({ nft, mobileMode, localSelected }) => {
Expand Down

0 comments on commit c008a09

Please sign in to comment.