Don't refresh artistInfo when setting artist's love/rating
This commit is contained in:
@@ -34,7 +34,7 @@ const ArtistDetails = (props) => {
|
||||
.catch((e) => {
|
||||
console.error('error on artist page', e)
|
||||
})
|
||||
}, [record])
|
||||
}, [record.id])
|
||||
|
||||
const component = isDesktop ? DesktopArtistDetails : MobileArtistDetails
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user