From 64e5806cfa01176b4e1ac37e0e34a78b99d616a8 Mon Sep 17 00:00:00 2001 From: aerhartic Date: Tue, 17 Dec 2024 20:36:00 -0500 Subject: [PATCH] fix: rn prettier --- components/search/testimony/TestimonyHit.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/search/testimony/TestimonyHit.tsx b/components/search/testimony/TestimonyHit.tsx index 0f905823e..3931db833 100644 --- a/components/search/testimony/TestimonyHit.tsx +++ b/components/search/testimony/TestimonyHit.tsx @@ -71,7 +71,9 @@ const TestimonyResult = ({ hit }: { hit: Hit }) => { Written by {writtenBy} - {!isCurrentUser && followOrg && user && } + {!isCurrentUser && followOrg && user && ( + + )}