pl-fe: Fix account hover card
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
|
||||
@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user