Front: Remove Old Lobby Page
This commit is contained in:
@@ -59,7 +59,7 @@ export const FavoritesMusic = () => {
|
||||
onLike: () => {
|
||||
console.log('onLike');
|
||||
},
|
||||
onPlay: () => navigation.navigate('Song', { songId: song.id }),
|
||||
onPlay: () => navigation.navigate('Play', { songId: song.id }),
|
||||
})) ?? [];
|
||||
|
||||
if (isLoading) {
|
||||
|
||||
Reference in New Issue
Block a user