diff --git a/components/Artist/index.tsx b/components/Artist/index.tsx index cccce96a..0a115fb4 100644 --- a/components/Artist/index.tsx +++ b/components/Artist/index.tsx @@ -103,23 +103,25 @@ export function ArtistScreen({ /> } ListFooterComponent={( - { + - }} - renderItem={({ item: artist }) => ( - { - navigation.navigate('Artist', { - artist - }) - }} - /> - )} - /> +

{`Similar to ${artist.Name ?? 'Unknown Artist'}`}

+ + ( + { + navigation.navigate('Artist', { + artist + }) + }} + /> + )} + /> +
)} />