diff --git a/src/features/Favorites/Favorites.tsx b/src/features/Favorites/Favorites.tsx index 79a7e82..8b71d1a 100644 --- a/src/features/Favorites/Favorites.tsx +++ b/src/features/Favorites/Favorites.tsx @@ -34,7 +34,7 @@ const Favorites: React.FC = () => { song={song} context={SongItemContext.FAVORITES} showInfoButton={true} - showAddButton={false} + showAddButton={true} showDeleteButton={true} onDeleteItem={() => handleToggleFavorite(song)} />