diff --git a/src/containers/node/NodeLayout/index.tsx b/src/containers/node/NodeLayout/index.tsx index 8bc5526c..1f0ba928 100644 --- a/src/containers/node/NodeLayout/index.tsx +++ b/src/containers/node/NodeLayout/index.tsx @@ -126,7 +126,7 @@ const NodeLayoutUnconnected: FC = memo( {related && related.albums && Object.keys(related.albums).map(album => ( - + ))} {related && related.similar && related.similar.length > 0 && (