Fix JS console error

This commit is contained in:
Deluan 2021-06-25 14:11:58 -04:00
parent 82105c3a16
commit 823fef8e43
1 changed files with 1 additions and 0 deletions

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}