mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-26 04:49:27 -05:00
what about htis?
This commit is contained in:
@@ -116,7 +116,7 @@ export function AlbumScreen({
|
||||
data={album.ArtistItems}
|
||||
renderItem={({ index, item: artist }) =>
|
||||
<ItemCard
|
||||
width={"$13"}
|
||||
width={100}
|
||||
item={artist}
|
||||
caption={artist.Name ?? "Unknown Artist"}
|
||||
onPress={() => {
|
||||
|
||||
Reference in New Issue
Block a user