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