pl-fe: Fix account hover card

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-01 18:20:49 +02:00
parent 04281890e6
commit d0ca585558
15 changed files with 46 additions and 38 deletions

View File

@ -13,7 +13,7 @@ const AutosuggestAccount: React.FC<IAutosuggestAccount> = ({ id }) => {
return (
<div className='snap-start snap-always'>
<Account account={account} hideActions showProfileHoverCard={false} />
<Account account={account} hideActions showAccountHoverCard={false} />
</div>
);

View File

@ -41,7 +41,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ className, status, hideActi
{...actions}
id={status.account.id}
timestamp={status.created_at}
showProfileHoverCard={false}
showAccountHoverCard={false}
withLinkToProfile={false}
hideActions={hideActions}
/>