Skip to content

Commit

Permalink
fix: prefer canonical artist bio on artwork screen (#11265)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaroop authored Dec 10, 2024
1 parent 234ce14 commit 396ab8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/app/Scenes/Artwork/Components/AboutArtist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
`,
Expand Down

0 comments on commit 396ab8c

Please sign in to comment.