Front: Remove Old Lobby Page

This commit is contained in:
Arthur Jamet
2023-11-19 09:13:22 +01:00
parent 384fb10f54
commit 617d31cb22
10 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -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) {