Fix warning in JS console (wrong property type)

This commit is contained in:
Deluan 2020-05-23 12:49:39 -04:00
parent 1bca8fca97
commit 442671578d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const AlbumContextMenu = ({ record, color }) => {
parentMenuOpen={open}
>
<AddToPlaylistMenu
albumId={[record.id]}
albumId={record.id}
onClose={() => setAnchorEl(null)}
/>
</NestedMenuItem>