Pass hashtagUrl variable to useMemo() as dependency

See https://github.com/mastodon/mastodon/actions/runs/15860724453
This commit is contained in:
Sebastian Hädrich 2025-06-25 13:30:21 +02:00 committed by GitHub
parent f70f096cae
commit 59abde12ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ export const HashtagMenuController: React.FC = () => {
dangerous: true, dangerous: true,
}, },
], ],
[intl, hashtag, account], [intl, hashtag, account, hashtagUrl],
); );
if (!open) { if (!open) {