Revert "Pass hashtagUrl variable to useMemo() as dependency"

This reverts commit 59abde12ee.
This commit is contained in:
Sebastian Hädrich 2025-06-25 23:00:20 +02:00
parent ff7e62f3c7
commit 35662387d2

View File

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