diff --git a/src/components/NodeList.tsx b/src/components/NodeList.tsx index 298d03a..d349ab7 100644 --- a/src/components/NodeList.tsx +++ b/src/components/NodeList.tsx @@ -60,7 +60,8 @@ const NodeList: React.FC = ({ ImageCmp={{}} hash={node.hash} name={node.name} - picture={node.picture} + // TODO: Re-enable picture when thumbnail service is available + // picture={node.picture} />