This commit is contained in:
Violet Caulfield
2025-01-20 12:33:31 -06:00
parent 98dc1a8692
commit b09d7fe666
+1 -1
View File
@@ -65,7 +65,7 @@ export default function Artist(props: ArtistProps): React.JSX.Element {
<FlatList
contentContainerStyle={{
flexGrow: 1,
justifyContent: 'center'
alignContent: 'center'
}}
data={albums}
numColumns={columns} // TODO: Make this adjustable