Fix get info dialog in artist page. Closes #1909
This commit is contained in:
@@ -9,6 +9,8 @@ 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'
|
import { AddToPlaylistDialog } from '../dialogs'
|
||||||
|
import ExpandInfoDialog from '../dialogs/ExpandInfoDialog'
|
||||||
|
import AlbumInfo from '../album/AlbumInfo'
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
const useStyles = makeStyles(
|
||||||
(theme) => ({
|
(theme) => ({
|
||||||
@@ -148,6 +150,7 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => {
|
|||||||
)}
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
<AddToPlaylistDialog />
|
<AddToPlaylistDialog />
|
||||||
|
<ExpandInfoDialog content={<AlbumInfo />} />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user