From e6b71c939645fadeb6c56ef77fcbc05e53efabca Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 4 Oct 2022 10:37:32 -0400 Subject: [PATCH] Fix get info dialog in artist page. Closes #1909 --- ui/src/artist/DesktopArtistDetails.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 20120bd3b..58f273969 100644 --- a/ui/src/artist/DesktopArtistDetails.js +++ b/ui/src/artist/DesktopArtistDetails.js @@ -9,6 +9,8 @@ import config from '../config' import { LoveButton, RatingField } from '../common' import Lightbox from 'react-image-lightbox' import { AddToPlaylistDialog } from '../dialogs' +import ExpandInfoDialog from '../dialogs/ExpandInfoDialog' +import AlbumInfo from '../album/AlbumInfo' const useStyles = makeStyles( (theme) => ({ @@ -148,6 +150,7 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => { )} + } /> ) }