link to profile from chat
This commit is contained in:
parent
cd5cc07857
commit
6bc5387afc
@ -10,7 +10,5 @@ export function ChatParticipantProfile({ participant }: { participant: ChatParti
|
||||
if (participant.id === publicKey) {
|
||||
return <NoteToSelf className="grow" />;
|
||||
}
|
||||
return (
|
||||
<ProfileImage pubkey={participant.id} className="grow" profile={participant.profile as CachedMetadata} link="" />
|
||||
);
|
||||
return <ProfileImage pubkey={participant.id} className="grow" profile={participant.profile as CachedMetadata} />;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user