fixed compile errors

This commit is contained in:
Srihari Chandana
2020-04-29 21:25:43 -04:00
committed by Deluan Quintão
parent e6d4cfba96
commit eb7d2dcaa1
2 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import { Link } from 'react-router-dom'
import { linkToRecord, Loading } from 'react-admin'
import subsonic from '../subsonic'
import { ArtistLinkField } from './ArtistLinkField'
import GridMenu from './GridMenu.js'
import AlbumContextMenu from './AlbumContextMenu.js'
const useStyles = makeStyles((theme) => ({
root: {
@@ -81,7 +81,7 @@ const LoadedAlbumGrid = ({ ids, data, basePath, width }) => {
</ArtistLinkField>
</div>
}
actionIcon={<GridMenu id={id} />}
actionIcon={<AlbumContextMenu id={id} />}
/>
</GridListTile>
))}