diff --git a/src/app/Scenes/HomeView/Sections/HomeViewSectionArtists.tsx b/src/app/Scenes/HomeView/Sections/HomeViewSectionArtists.tsx index 51e2de8b355..38d70a0d258 100644 --- a/src/app/Scenes/HomeView/Sections/HomeViewSectionArtists.tsx +++ b/src/app/Scenes/HomeView/Sections/HomeViewSectionArtists.tsx @@ -46,6 +46,7 @@ interface HomeViewSectionArtworksProps { } type Artist = ExtractNodeType + export const HomeViewSectionArtists: React.FC = ({ section, relay, @@ -109,11 +110,12 @@ export const HomeViewSectionArtists: React.FC = ({ alignItems="center" > + ) } - return null + return }} renderItem={({ item: artist, index }) => { return (