From e6c5deefd51e2798ea4ab5ac31900faa6963d7d5 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 24 Oct 2019 13:19:40 +0700 Subject: [PATCH] displaying related albums --- src/containers/node/NodeLayout/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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 && ( )}