diff --git a/ui/src/artist/DesktopArtistDetails.jsx b/ui/src/artist/DesktopArtistDetails.jsx index bdeee2cb7..9269dc8d7 100644 --- a/ui/src/artist/DesktopArtistDetails.jsx +++ b/ui/src/artist/DesktopArtistDetails.jsx @@ -89,14 +89,12 @@ const DesktopArtistDetails = ({ artistInfo, record, biography }) => {
- {artistInfo && ( - setLightboxOpen(true)} - /> - )} + setLightboxOpen(true)} + /> { +const MobileArtistDetails = ({ biography, record }) => { const img = subsonic.getCoverArtUrl(record, 800) const [expanded, setExpanded] = useState(false) const classes = useStyles({ img, expanded }) @@ -92,14 +92,12 @@ const MobileArtistDetails = ({ artistInfo, biography, record }) => {
- {artistInfo && ( - setLightboxOpen(true)} - /> - )} + setLightboxOpen(true)} + />