diff --git a/components/Artist/component.tsx b/components/Artist/component.tsx index 4e951aa5..cf9c0c2e 100644 --- a/components/Artist/component.tsx +++ b/components/Artist/component.tsx @@ -63,31 +63,32 @@ export default function Artist(props: ArtistProps): React.JSX.Element {

Albums

- { - return ( - { - props.navigation.navigate('Album', { - album - }) - }} - /> - ) - }} - /> + + { + return ( + { + props.navigation.navigate('Album', { + album + }) + }} + /> + ) + }} + /> + )