mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-26 04:49:27 -05:00
fix issue where context menu on an artist would show a link to the album
update tamagui
This commit is contained in:
@@ -98,7 +98,7 @@ export default function ItemContext({ item, stackNavigation }: ContextProps): Re
|
||||
<AddToQueueMenuRow tracks={isTrack ? [item] : tracks} />
|
||||
)}
|
||||
|
||||
{(!isArtist || !isPlaylist) && (
|
||||
{!isArtist && !isPlaylist && (
|
||||
<ViewAlbumMenuRow
|
||||
item={isAlbum ? item : album!}
|
||||
stackNavigation={stackNavigation}
|
||||
|
||||
Reference in New Issue
Block a user