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