From 337da1d179996826d35a4376e262ff371cee2328 Mon Sep 17 00:00:00 2001 From: Salma Alam-Naylor Date: Fri, 15 Nov 2024 12:28:05 +0000 Subject: [PATCH] More formatting --- src/components/Person.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && (
-