mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-26 04:49:27 -05:00
align?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user