Fix account notes not being displayed (#34166)
This commit is contained in:
parent
6bce43cdb8
commit
9d5cbbbf0f
3 changed files with 11 additions and 12 deletions
|
@ -919,7 +919,7 @@ export const AccountHeader: React.FC<{
|
|||
onClickCapture={handleLinkClick}
|
||||
>
|
||||
{account.id !== me && signedIn && (
|
||||
<AccountNoteContainer account={account} />
|
||||
<AccountNoteContainer accountId={accountId} />
|
||||
)}
|
||||
|
||||
{account.note.length > 0 && account.note !== '<p></p>' && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue