From 407bfb8b20f0987f1bce2698c40c3d89e1d77ed3 Mon Sep 17 00:00:00 2001 From: miko Date: Mon, 22 Apr 2024 11:32:57 +0300 Subject: [PATCH] Fix - Sometimes wild-west-like results show in hometab playlists --- .../homeTab/internal/homeTabSection/view.jsx | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/ui/page/claim/internal/claimPageComponent/internal/channelPage/tabs/homeTab/internal/homeTabSection/view.jsx b/ui/page/claim/internal/claimPageComponent/internal/channelPage/tabs/homeTab/internal/homeTabSection/view.jsx index b509d5d6d9..23b9b04804 100644 --- a/ui/page/claim/internal/claimPageComponent/internal/channelPage/tabs/homeTab/internal/homeTabSection/view.jsx +++ b/ui/page/claim/internal/claimPageComponent/internal/channelPage/tabs/homeTab/internal/homeTabSection/view.jsx @@ -413,35 +413,35 @@ function HomeTabSection(props: Props) { )} - {section.type !== 'channels' ? ( - { - return index === maxTilesPerRow ? : null; - }, - } - } - /> - ) : ( - featuredChannel && ( - - ) - )} + {section.type !== 'channels' + ? (collectionUrls || claimSearchResults || collectionClaimIds) && ( + { + return index === maxTilesPerRow ? : null; + }, + } + } + /> + ) + : featuredChannel && ( + + )} ) : (