hide nip05 from profile cards
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Martti Malmi 2023-12-07 09:09:38 +02:00
parent abd1d6453f
commit e71d48ab91

View File

@ -49,7 +49,7 @@ export function ProfileCard({
align="end">
<div className="flex flex-col g8">
<div className="flex justify-between">
<ProfileImage pubkey={pubkey} profile={user} showProfileCard={false} link="" />
<ProfileImage pubkey={pubkey} profile={user} showProfileCard={false} link="" showNip05={false} />
<div className="flex g8">
{/*<button type="button" onClick={() => {
LoginStore.loginWithPubkey(pubkey, LoginSessionType.PublicKey, undefined, undefined, undefined, true);