Fix add playlist dialog (#1758)
This commit is contained in:
parent
8130c05ccc
commit
50a4ce6ba2
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import ArtistExternalLinks from './ArtistExternalLink'
|
||||||
import config from '../config'
|
import config from '../config'
|
||||||
import { LoveButton, RatingField } from '../common'
|
import { LoveButton, RatingField } from '../common'
|
||||||
import Lightbox from 'react-image-lightbox'
|
import Lightbox from 'react-image-lightbox'
|
||||||
|
import { AddToPlaylistDialog } from '../dialogs'
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
const useStyles = makeStyles(
|
||||||
(theme) => ({
|
(theme) => ({
|
||||||
|
|
@ -146,6 +147,7 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
|
<AddToPlaylistDialog />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue