Fix JS console error

This commit is contained in:
Deluan 2021-06-25 14:11:58 -04:00 committed by Joe Stump
parent 03bbc00fe9
commit 0621c43ae1
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -114,6 +114,7 @@ const AlbumSongs = (props) => {
bpm: isDesktop && <NumberField source="bpm" sortable={false} />,
rating: isDesktop && config.enableStarRating && (
<RatingField
resource={'song'}
source="rating"
sortable={false}
className={classes.ratingField}