feat: a link profile image

This commit is contained in:
2023-05-10 13:29:07 +01:00
parent 2ed38d1b97
commit ec4e6498d3
10 changed files with 97 additions and 127 deletions

View File

@ -293,7 +293,7 @@ export function NoteCreator() {
ev.stopPropagation = true;
LoginStore.switchAccount(a);
}}>
<ProfileImage pubkey={a} linkToProfile={false} />
<ProfileImage pubkey={a} link={""} />
</MenuItem>
));
}