Pass hashtagUrl variable to useMemo() as dependency

Redo 59abde1
This commit is contained in:
Sebastian Hädrich 2025-06-26 03:54:59 +02:00 committed by GitHub
parent 418e5617cc
commit aa51b2ba37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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