mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 00:38:15 +00:00
'hashtagUrl' is possibly 'undefined'
This commit is contained in:
parent
f9f7018639
commit
418e5617cc
|
@ -128,7 +128,7 @@ export const HashtagMenuController: React.FC = () => {
|
|||
text: intl.formatMessage(messages.muteHashtag, {
|
||||
hashtag,
|
||||
}),
|
||||
href: hashtagUrl.toString(),
|
||||
href: hashtagUrl?.toString(),
|
||||
dangerous: true,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user