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.
2 parents 4bd110b + 102430e commit d6fb1d5Copy full SHA for d6fb1d5
components/search/testimony/TestimonyHit.tsx
@@ -74,7 +74,7 @@ const TestimonyResult = ({ hit }: { hit: Hit<Testimony> }) => {
74
<span style={{ flexGrow: 1 }}>
75
<b>Written by {writtenBy}</b>
76
</span>
77
- {!isCurrentUser && followOrg && user && (
+ {hit.public && !isCurrentUser && followOrg && user && (
78
<FollowUserButton profileId={hit.authorUid} />
79
)}
80
</div>
0 commit comments