Skip to content

Commit

Permalink
refactor: remove node picture to improve memory usage (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki authored Mar 26, 2024
1 parent 0570980 commit 0a2de6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NodeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const NodeList: React.FC<NodeListProps> = ({
ImageCmp={{}}
hash={node.hash}
name={node.name}
picture={node.picture}
// TODO: Re-enable picture when thumbnail service is available
// picture={node.picture}
/>
</li>
</>
Expand Down

0 comments on commit 0a2de6f

Please sign in to comment.