diff --git a/src/components/Person.js b/src/components/Person.js index 4e2a88b9..21039a9f 100644 --- a/src/components/Person.js +++ b/src/components/Person.js @@ -96,7 +96,8 @@ export default function Person({ person }) { {/* If they have a mastodon, and no twitter, show that */} {person.mastodon && !person.twitter && (