mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-14 00:08:14 +00:00
Pass hashtagUrl variable to useMemo() as dependency
See https://github.com/mastodon/mastodon/actions/runs/15860724453
This commit is contained in:
parent
f70f096cae
commit
59abde12ee
|
@ -124,7 +124,7 @@ export const HashtagMenuController: React.FC = () => {
|
|||
dangerous: true,
|
||||
},
|
||||
],
|
||||
[intl, hashtag, account],
|
||||
[intl, hashtag, account, hashtagUrl],
|
||||
);
|
||||
|
||||
if (!open) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user