mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48: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,
|
dangerous: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[intl, hashtag, account, hashtagUrl],
|
[intl, hashtag, account],
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!open) {
|
if (!open) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user