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