We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b14d3 commit 102430eCopy full SHA for 102430e
components/search/testimony/TestimonyHit.tsx
@@ -71,7 +71,7 @@ const TestimonyResult = ({ hit }: { hit: Hit<Testimony> }) => {
71
<span style={{ flexGrow: 1 }}>
72
<b>Written by {writtenBy}</b>
73
</span>
74
- {!isCurrentUser && followOrg && user && (
+ {hit.public && !isCurrentUser && followOrg && user && (
75
<FollowUserButton profileId={hit.authorUid} />
76
)}
77
</div>
0 commit comments