Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>
This commit is contained in:
parent
9ef4311586
commit
0a8d9ee4e8
@ -34,7 +34,7 @@ const Favorites: React.FC = () => {
|
|||||||
song={song}
|
song={song}
|
||||||
context={SongItemContext.FAVORITES}
|
context={SongItemContext.FAVORITES}
|
||||||
showInfoButton={true}
|
showInfoButton={true}
|
||||||
showAddButton={false}
|
showAddButton={true}
|
||||||
showDeleteButton={true}
|
showDeleteButton={true}
|
||||||
onDeleteItem={() => handleToggleFavorite(song)}
|
onDeleteItem={() => handleToggleFavorite(song)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user