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}
|
||||
context={SongItemContext.FAVORITES}
|
||||
showInfoButton={true}
|
||||
showAddButton={false}
|
||||
showAddButton={true}
|
||||
showDeleteButton={true}
|
||||
onDeleteItem={() => handleToggleFavorite(song)}
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user