Skip to content

Commit

Permalink
fix: rn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
aaerhart committed Dec 18, 2024
1 parent 13cfe1e commit 64e5806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/search/testimony/TestimonyHit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ const TestimonyResult = ({ hit }: { hit: Hit<Testimony> }) => {
<span style={{ flexGrow: 1 }}>
<b>Written by {writtenBy}</b>
</span>
{!isCurrentUser && followOrg && user && <FollowOrgButton profileId={hit.authorUid} />}
{!isCurrentUser && followOrg && user && (
<FollowOrgButton profileId={hit.authorUid} />
)}
</div>
<hr />
<div style={{ display: "flex", alignItems: "center" }}>
Expand Down

0 comments on commit 64e5806

Please sign in to comment.