mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-24 08:38:37 -05:00
fix crash on navigating to favorite albums
This commit is contained in:
@@ -24,7 +24,7 @@ export default function Albums({ navigation }: AlbumsProps) : React.JSX.Element
|
||||
renderItem={({ index, item: album}) => {
|
||||
return (
|
||||
<ItemCard
|
||||
itemId={album.Id!}
|
||||
item={album}
|
||||
caption={album.Name ?? "Untitled Album"}
|
||||
subCaption={album.ProductionYear?.toString() ?? ""}
|
||||
cornered
|
||||
|
||||
Reference in New Issue
Block a user