1
0
forked from Kieran/snort

don't show profilecard in searchbox results

This commit is contained in:
Martti Malmi 2023-11-30 15:28:31 +02:00
parent a3f9aa2fbf
commit 7443012995

View File

@ -186,7 +186,7 @@ export default function SearchBox() {
: "hover:bg-neutral-200 dark:hover:bg-neutral-800"
}`}
onMouseEnter={() => setActiveIndex(idx + 1)}>
<ProfileImage pubkey={result.pubkey} />
<ProfileImage pubkey={result.pubkey} showProfileCard={false} />
</div>
))}
</div>