diff --git a/src/app/Scenes/Artwork/Components/AboutArtist.tsx b/src/app/Scenes/Artwork/Components/AboutArtist.tsx index a9bb9603a24..49ff8e8af54 100644 --- a/src/app/Scenes/Artwork/Components/AboutArtist.tsx +++ b/src/app/Scenes/Artwork/Components/AboutArtist.tsx @@ -73,17 +73,12 @@ export const AboutArtistFragmentContainer = createFragmentContainer(AboutArtist, displayArtistBio artists(shallow: true) { id - biographyBlurb { + biographyBlurb(partnerBio: false) { text } ...ArtistListItem_artist } - artist(shallow: true) { - partnerBiographyBlurb { - text - } - } isUnlisted } `,