diff --git a/src/components/hashtag-link.tsx b/src/components/hashtag-link.tsx index c55dfed0c..f0052d9f9 100644 --- a/src/components/hashtag-link.tsx +++ b/src/components/hashtag-link.tsx @@ -8,7 +8,7 @@ interface IHashtagLink { const HashtagLink: React.FC = ({ hashtag }) => ( // eslint-disable-next-line formatjs/no-literal-string-in-jsx - + e.stopPropagation()}> #{hashtag} );