mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-13 02:36:36 -05:00
Typo: Update useHandlersForStatus to reference account.id in hooks.ts (#40281)
This commit is contained in:
@@ -282,9 +282,7 @@ export function useHandlersForStatus(
|
||||
);
|
||||
return useElementHandledLink({
|
||||
hashtagAccountId:
|
||||
typeof status?.account === 'string'
|
||||
? status.account
|
||||
: status?.account.acct,
|
||||
typeof status?.account === 'string' ? status.account : status?.account.id,
|
||||
hrefToCollectionId,
|
||||
hrefToMention,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user