mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-08 20:10:22 -06:00
fix push on undefined
This commit is contained in:
@@ -76,6 +76,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
track={track}
|
||||
tracklist={tracks!}
|
||||
index={index}
|
||||
navigation={props.navigation}
|
||||
/>
|
||||
)
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@ export default function Playlist(props: PlaylistProps): React.JSX.Element {
|
||||
|
||||
return (
|
||||
<Track
|
||||
navigation={props.navigation}
|
||||
track={track}
|
||||
tracklist={tracks!}
|
||||
index={index}
|
||||
|
||||
Reference in New Issue
Block a user