diff --git a/src/containers/node/NodeLayout/index.tsx b/src/containers/node/NodeLayout/index.tsx index a404e747..0d35d636 100644 --- a/src/containers/node/NodeLayout/index.tsx +++ b/src/containers/node/NodeLayout/index.tsx @@ -123,6 +123,12 @@ const NodeLayoutUnconnected: FC = memo( + {related && + related.albums && + Object.keys(related.albums).map(album => ( + + ))} + {related && related.similar && ( )}