Fix warning in JS console (wrong property type)
This commit is contained in:
parent
1bca8fca97
commit
442671578d
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ const AlbumContextMenu = ({ record, color }) => {
|
||||||
parentMenuOpen={open}
|
parentMenuOpen={open}
|
||||||
>
|
>
|
||||||
<AddToPlaylistMenu
|
<AddToPlaylistMenu
|
||||||
albumId={[record.id]}
|
albumId={record.id}
|
||||||
onClose={() => setAnchorEl(null)}
|
onClose={() => setAnchorEl(null)}
|
||||||
/>
|
/>
|
||||||
</NestedMenuItem>
|
</NestedMenuItem>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue