From b736d8fcb22a4975efe56d47928876d86ee7674e Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 17 Jan 2025 06:15:51 -0600 Subject: [PATCH] but we still want this aligned --- components/Artist/component.tsx | 51 +++++++++++++++++---------------- 1 file changed, 26 insertions(+), 25 deletions(-) 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 + }) + }} + /> + ) + }} + /> + )